Shades of Very Light Grey #CFC9C9
Tints of Very Light Grey #CFC9C9
RGB
CMYK
RGB Variations
Color information
#CFC9C9 (or 0xCFC9C9) is known color: Very Light Grey. HEX triplet: CF, C9 and C9. RGB value is (207,201,201). Sum of RGB (Red+Green+Blue) = 207+201+201=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9C9 is #303636. Grayscale: #CACACA. Windows color (decimal): -3159607 or 13224399. OLE color: 13224399.
HSL color Cylindrical-coordinate representation of color #CFC9C9: hue angle of 0º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9C9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 201 | - |
CMYK | 0 | 0.03 | 0.03 | 0.19 |
HSL | 0º | 0.06% | 0.8% | - |
HSV(B) | 0º | 0.03% | 0.81% | - |
XYZ | 57.16 | 59.26 | 63.68 | - |
YUV | 202.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 201 | 0 | 0.03 | 0.03 | 0.19 | 0 | 0.06 | 0.8 |
Hex | CF | C9 | C9 | 0 | 3 | 3 | 13 | 0 | 6 | 50 |
Octal | 317 | 311 | 311 | 0 | 3 | 3 | 23 | 0 | 6 | 120 |
Binary | 11001111 | 11001001 | 11001001 | 0 | 11 | 11 | 10011 | 0 | 110 | 1010000 |
Color Harmonies of #CFC9C9
Complementary color
Monochromatic Colors of #CFC9C9
Black with #CFC9C9
Text Example
Text Example
White with #CFC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9C9; }
p { color: rgb(207,201,201); }
H1.HeaderClassName
{
color: #CFC9C9;
}
.AnyTagClassName
{
color: #CFC9C9;
}
</style>
background-color css
<style>
a { background-color: #CFC9C9; }
a { background-color: rgb(207,201,201); }
div.DivClassName
{
background-color: #CFC9C9;
}
.BgClassName
{
background-color: #CFC9C9;
}
</style>
border-color css
<style>
span { border-color: #CFC9C9; }
span { border-color: rgb(207,201,201); }
td.TdClassName
{
border-color: #CFC9C9;
}
.TagClassName
{
border-color: #CFC9C9;
}
</style>