HEX
#
RGB
HSL

#C0C0C0 CSS / HTML Preview

Text with hexadecimal color #C0C0C0

This text has a font color of #C0C0C0.

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

This element has a border color of #C0C0C0.

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

This paragraph has a background color of #C0C0C0.

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