Shades of Very Light Grey #CFCBCB
Tints of Very Light Grey #CFCBCB
RGB
CMYK
RGB Variations
Color information
#CFCBCB (or 0xCFCBCB) is known color: Very Light Grey. HEX triplet: CF, CB and CB. RGB value is (207,203,203). Sum of RGB (Red+Green+Blue) = 207+203+203=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBCB is #303434. Grayscale: #CCCCCC. Windows color (decimal): -3159093 or 13355983. OLE color: 13355983.
HSL color Cylindrical-coordinate representation of color #CFCBCB: hue angle of 0º degrees, saturation: 0.04, 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 #CFCBCB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 203 | - |
CMYK | 0 | 0.02 | 0.02 | 0.19 |
HSL | 0º | 0.04% | 0.8% | - |
HSV(B) | 0º | 0.02% | 0.81% | - |
XYZ | 57.87 | 60.29 | 65.09 | - |
YUV | 204.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 203 | 0 | 0.02 | 0.02 | 0.19 | 0 | 0.04 | 0.8 |
Hex | CF | CB | CB | 0 | 2 | 2 | 13 | 0 | 4 | 50 |
Octal | 317 | 313 | 313 | 0 | 2 | 2 | 23 | 0 | 4 | 120 |
Binary | 11001111 | 11001011 | 11001011 | 0 | 10 | 10 | 10011 | 0 | 100 | 1010000 |
Color Harmonies of #CFCBCB
Complementary color
Monochromatic Colors of #CFCBCB
Black with #CFCBCB
Text Example
Text Example
White with #CFCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBCB; }
p { color: rgb(207,203,203); }
H1.HeaderClassName
{
color: #CFCBCB;
}
.AnyTagClassName
{
color: #CFCBCB;
}
</style>
background-color css
<style>
a { background-color: #CFCBCB; }
a { background-color: rgb(207,203,203); }
div.DivClassName
{
background-color: #CFCBCB;
}
.BgClassName
{
background-color: #CFCBCB;
}
</style>
border-color css
<style>
span { border-color: #CFCBCB; }
span { border-color: rgb(207,203,203); }
td.TdClassName
{
border-color: #CFCBCB;
}
.TagClassName
{
border-color: #CFCBCB;
}
</style>