HEX
#
RGB
HSL

#CD5C5C CSS / HTML Preview

Text with hexadecimal color #CD5C5C

This text has a font color of #CD5C5C.

<span style="color:#CD5C5C;">Your text here</span>
#CD5C5C border color

This element has a border color of #CD5C5C.

<div style="border:2px solid #CD5C5C;">Content here</div>
#CD5C5C background color

This paragraph has a background color of #CD5C5C.

<p style="background-color:#CD5C5C;">Content here</p>
CSS codes
.text {color:#CD5C5C;}
.background {background-color:#CD5C5C;}
.border {border:1px solid #CD5C5C;}