Cerebral Grey/ mostly black
Enter any color value (e.g., #3b8750, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#cccccc color RGB value is (204,204,204)
#cccccc color CMYK value
#cccccc color HSL value
HSV(or HSB) | 0° | 0 | 80 |
XYZ | 57.394 | 60.383 | 65.757 |
Yxy | 0.313 | 0.329 | 60.383 |
LAB | 82.046 | 0.004 | -0.009 |
LUV | 82.046 | 0.001 | -0.014 |
Hunter-LAB | 77.706 | -4.146 | 4.222 |
CIE-LCH | 82.046 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | CC | CC | CC |
Decimal | 204 | 204 | 204 |
Octal | 314 | 314 | 314 |
Binary | 11001100 | 11001100 | 11001100 |
This text has a font color of #cccccc.
<span style="color:#cccccc">Text here</span>
This paragraph has a background color of #cccccc.
<p style="background-color:#cccccc;">Content here</p>
This element has a border color of #cccccc.
<div style="border:1px #cccccc;">Content here</div>
.text {color:#cccccc;}
.background {background-color:#cccccc;}
.border {border:1px solid #cccccc;}
.text-shadow {border:1px solid #cccccc;}
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, #020202 is the darkest color, while #f7f7f7 is the lightest one.