Shades of Very Light Grey #CFCACA
Tints of Very Light Grey #CFCACA
RGB
CMYK
RGB Variations
Color information
#CFCACA (or 0xCFCACA) is known color: Very Light Grey. HEX triplet: CF, CA and CA. RGB value is (207,202,202). Sum of RGB (Red+Green+Blue) = 207+202+202=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACA is #303535. Grayscale: #CBCBCB. Windows color (decimal): -3159350 or 13290191. OLE color: 13290191.
HSL color Cylindrical-coordinate representation of color #CFCACA: hue angle of 0º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCACA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 202 | - |
CMYK | 0 | 0.02 | 0.02 | 0.19 |
HSL | 0º | 0.05% | 0.8% | - |
HSV(B) | 0º | 0.02% | 0.81% | - |
XYZ | 57.51 | 59.77 | 64.38 | - |
YUV | 203.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 202 | 0 | 0.02 | 0.02 | 0.19 | 0 | 0.05 | 0.8 |
Hex | CF | CA | CA | 0 | 2 | 2 | 13 | 0 | 5 | 50 |
Octal | 317 | 312 | 312 | 0 | 2 | 2 | 23 | 0 | 5 | 120 |
Binary | 11001111 | 11001010 | 11001010 | 0 | 10 | 10 | 10011 | 0 | 101 | 1010000 |
Color Harmonies of #CFCACA
Complementary color
Monochromatic Colors of #CFCACA
Black with #CFCACA
Text Example
Text Example
White with #CFCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCACA; }
p { color: rgb(207,202,202); }
H1.HeaderClassName
{
color: #CFCACA;
}
.AnyTagClassName
{
color: #CFCACA;
}
</style>
background-color css
<style>
a { background-color: #CFCACA; }
a { background-color: rgb(207,202,202); }
div.DivClassName
{
background-color: #CFCACA;
}
.BgClassName
{
background-color: #CFCACA;
}
</style>
border-color css
<style>
span { border-color: #CFCACA; }
span { border-color: rgb(207,202,202); }
td.TdClassName
{
border-color: #CFCACA;
}
.TagClassName
{
border-color: #CFCACA;
}
</style>