mostly black
Enter any color value (e.g., #55db60, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#c8c8c8 color RGB value is (200,200,200)
#c8c8c8 color CMYK value
#c8c8c8 color HSL value
HSV(or HSB) | 0° | 0 | 78.4 |
XYZ | 54.899 | 57.758 | 62.899 |
Yxy | 0.313 | 0.329 | 57.758 |
LAB | 80.604 | 0.004 | -0.009 |
LUV | 80.604 | 0.001 | -0.014 |
Hunter-LAB | 75.999 | -4.055 | 4.129 |
CIE-LCH | 80.604 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | C8 | C8 | C8 |
Decimal | 200 | 200 | 200 |
Octal | 310 | 310 | 310 |
Binary | 11001000 | 11001000 | 11001000 |
This text has a font color of #c8c8c8.
<span style="color:#c8c8c8">Text here</span>
This paragraph has a background color of #c8c8c8.
<p style="background-color:#c8c8c8;">Content here</p>
This element has a border color of #c8c8c8.
<div style="border:1px #c8c8c8;">Content here</div>
.text {color:#c8c8c8;}
.background {background-color:#c8c8c8;}
.border {border:1px solid #c8c8c8;}
.text-shadow {border:1px solid #c8c8c8;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #090909 is the darkest color, while #fdfdfd is the lightest one.