mostly black
Enter any color value (e.g., #2b031c, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#cacaca color RGB value is (202,202,202)
#cacaca color CMYK value
#cacaca color HSL value
HSV(or HSB) | 0° | 0 | 79.2 |
XYZ | 56.138 | 59.062 | 64.318 |
Yxy | 0.313 | 0.329 | 59.062 |
LAB | 81.326 | 0.004 | -0.009 |
LUV | 81.326 | 0.001 | -0.014 |
Hunter-LAB | 76.852 | -4.101 | 4.176 |
CIE-LCH | 81.326 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | CA | CA | CA |
Decimal | 202 | 202 | 202 |
Octal | 312 | 312 | 312 |
Binary | 11001010 | 11001010 | 11001010 |
This text has a font color of #cacaca.
<span style="color:#cacaca">Text here</span>
This paragraph has a background color of #cacaca.
<p style="background-color:#cacaca;">Content here</p>
This element has a border color of #cacaca.
<div style="border:1px #cacaca;">Content here</div>
.text {color:#cacaca;}
.background {background-color:#cacaca;}
.border {border:1px solid #cacaca;}
.text-shadow {border:1px solid #cacaca;}
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, #000000 is the darkest color, while #f5f5f5 is the lightest one.