Shades of Very Light Grey #CCCBCB
Tints of Very Light Grey #CCCBCB
RGB
CMYK
RGB Variations
Color information
#CCCBCB (or 0xCCCBCB) is known color: Very Light Grey. HEX triplet: CC, CB and CB. RGB value is (204,203,203). Sum of RGB (Red+Green+Blue) = 204+203+203=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCB is #333434. Grayscale: #CBCBCB. Windows color (decimal): -3355701 or 13355980. OLE color: 13355980.
HSL color Cylindrical-coordinate representation of color #CCCBCB: hue angle of 0º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCBCB is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 203 | - |
CMYK | 0 | 0.00 | 0.00 | 0.2 |
HSL | 0º | 0.01% | 0.8% | - |
HSV(B) | 0º | 0% | 0.8% | - |
XYZ | 57.04 | 59.86 | 65.05 | - |
YUV | 203.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 203 | 0 | 0.00 | 0.00 | 0.2 | 0 | 0.01 | 0.8 |
Hex | CC | CB | CB | 0 | 0 | 0 | 14 | 0 | 1 | 50 |
Octal | 314 | 313 | 313 | 0 | 0 | 0 | 24 | 0 | 1 | 120 |
Binary | 11001100 | 11001011 | 11001011 | 0 | 0 | 0 | 10100 | 0 | 1 | 1010000 |
Color Harmonies of #CCCBCB
Complementary color
Monochromatic Colors of #CCCBCB
Black with #CCCBCB
Text Example
Text Example
White with #CCCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBCB; }
p { color: rgb(204,203,203); }
H1.HeaderClassName
{
color: #CCCBCB;
}
.AnyTagClassName
{
color: #CCCBCB;
}
</style>
background-color css
<style>
a { background-color: #CCCBCB; }
a { background-color: rgb(204,203,203); }
div.DivClassName
{
background-color: #CCCBCB;
}
.BgClassName
{
background-color: #CCCBCB;
}
</style>
border-color css
<style>
span { border-color: #CCCBCB; }
span { border-color: rgb(204,203,203); }
td.TdClassName
{
border-color: #CCCBCB;
}
.TagClassName
{
border-color: #CCCBCB;
}
</style>