Shades of Very Light Grey #CBC8C8
Tints of Very Light Grey #CBC8C8
RGB
CMYK
RGB Variations
Color information
#CBC8C8 (or 0xCBC8C8) is known color: Very Light Grey. HEX triplet: CB, C8 and C8. RGB value is (203,200,200). Sum of RGB (Red+Green+Blue) = 203+200+200=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8C8 is #343737. Grayscale: #C8C8C8. Windows color (decimal): -3422008 or 13158603. OLE color: 13158603.
HSL color Cylindrical-coordinate representation of color #CBC8C8: hue angle of 0º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBC8C8 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 200 | 200 | - |
CMYK | 0 | 0.01 | 0.01 | 0.20 |
HSL | 0º | 0.03% | 0.79% | - |
HSV(B) | 0º | 0.01% | 0.8% | - |
XYZ | 55.71 | 58.18 | 62.94 | - |
YUV | 200.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 200 | 0 | 0.01 | 0.01 | 0.20 | 0 | 0.03 | 0.79 |
Hex | CB | C8 | C8 | 0 | 1 | 1 | 14 | 0 | 3 | 4F |
Octal | 313 | 310 | 310 | 0 | 1 | 1 | 24 | 0 | 3 | 117 |
Binary | 11001011 | 11001000 | 11001000 | 0 | 1 | 1 | 10100 | 0 | 11 | 1001111 |
Color Harmonies of #CBC8C8
Complementary color
Monochromatic Colors of #CBC8C8
Black with #CBC8C8
Text Example
Text Example
White with #CBC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8C8; }
p { color: rgb(203,200,200); }
H1.HeaderClassName
{
color: #CBC8C8;
}
.AnyTagClassName
{
color: #CBC8C8;
}
</style>
background-color css
<style>
a { background-color: #CBC8C8; }
a { background-color: rgb(203,200,200); }
div.DivClassName
{
background-color: #CBC8C8;
}
.BgClassName
{
background-color: #CBC8C8;
}
</style>
border-color css
<style>
span { border-color: #CBC8C8; }
span { border-color: rgb(203,200,200); }
td.TdClassName
{
border-color: #CBC8C8;
}
.TagClassName
{
border-color: #CBC8C8;
}
</style>