Shades of Very Light Grey #CACACA
Tints of Very Light Grey #CACACA
RGB
CMYK
RGB Variations
Color information
#CACACA (or 0xCACACA) is known color: Very Light Grey. HEX triplet: CA, CA and CA. RGB value is (202,202,202). Sum of RGB (Red+Green+Blue) = 202+202+202=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 202 - color contains mainly: red, green, blue. Hex color #CACACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACACA is #353535. Grayscale: #C9C9C9. Windows color (decimal): -3487030 or 13290186. OLE color: 13290186.
HSL color Cylindrical-coordinate representation of color #CACACA: hue angle of 0º degrees, saturation: 0, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CACACA is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 202 | - |
CMYK | 0 | 0 | 0 | 0.21 |
HSL | 0º | 0% | 0.79% | - |
HSV(B) | 0º | 0% | 0.79% | - |
XYZ | 56.14 | 59.06 | 64.32 | - |
YUV | 202 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 202 | 0 | 0 | 0 | 0.21 | 0 | 0 | 0.79 |
Hex | CA | CA | CA | 0 | 0 | 0 | 15 | 0 | 0 | 4F |
Octal | 312 | 312 | 312 | 0 | 0 | 0 | 25 | 0 | 0 | 117 |
Binary | 11001010 | 11001010 | 11001010 | 0 | 0 | 0 | 10101 | 0 | 0 | 1001111 |
Color Harmonies of #CACACA
Complementary color
Monochromatic Colors of #CACACA
Black with #CACACA
Text Example
Text Example
White with #CACACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACACA; }
p { color: rgb(202,202,202); }
H1.HeaderClassName
{
color: #CACACA;
}
.AnyTagClassName
{
color: #CACACA;
}
</style>
background-color css
<style>
a { background-color: #CACACA; }
a { background-color: rgb(202,202,202); }
div.DivClassName
{
background-color: #CACACA;
}
.BgClassName
{
background-color: #CACACA;
}
</style>
border-color css
<style>
span { border-color: #CACACA; }
span { border-color: rgb(202,202,202); }
td.TdClassName
{
border-color: #CACACA;
}
.TagClassName
{
border-color: #CACACA;
}
</style>