Shades of Ghost #CBCBCC
Tints of Ghost #CBCBCC
RGB
CMYK
RGB Variations
Color information
#CBCBCC (or 0xCBCBCC) is known color: Ghost. HEX triplet: CB, CB and CC. RGB value is (203,203,204). Sum of RGB (Red+Green+Blue) = 203+203+204=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBCC is #343433. Grayscale: #CBCBCB. Windows color (decimal): -3421236 or 13421515. OLE color: 13421515.
HSL color Cylindrical-coordinate representation of color #CBCBCC: hue angle of 240º 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 #CBCBCC is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 203 | 204 | - |
| CMYK | 0.00 | 0.00 | 0 | 0.2 |
| HSL | 240º | 0.01% | 0.8% | - |
| HSV(B) | 240º | 0% | 0.8% | - |
| XYZ | 56.88 | 59.77 | 65.67 | - |
| YUV | 203.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 204 | 0.00 | 0.00 | 0 | 0.2 | 240 | 0.01 | 0.8 |
| Hex | CB | CB | CC | 0 | 0 | 0 | 14 | F0 | 1 | 50 |
| Octal | 313 | 313 | 314 | 0 | 0 | 0 | 24 | 360 | 1 | 120 |
| Binary | 11001011 | 11001011 | 11001100 | 0 | 0 | 0 | 10100 | 11110000 | 1 | 1010000 |
Color Harmonies of #CBCBCC
Complementary color
Monochromatic Colors of #CBCBCC
Black with #CBCBCC
Text Example
Text Example
White with #CBCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBCC; }
p { color: rgb(203,203,204); }
H1.HeaderClassName
{
color: #CBCBCC;
}
.AnyTagClassName
{
color: #CBCBCC;
}
</style>
background-color css
<style>
a { background-color: #CBCBCC; }
a { background-color: rgb(203,203,204); }
div.DivClassName
{
background-color: #CBCBCC;
}
.BgClassName
{
background-color: #CBCBCC;
}
</style>
border-color css
<style>
span { border-color: #CBCBCC; }
span { border-color: rgb(203,203,204); }
td.TdClassName
{
border-color: #CBCBCC;
}
.TagClassName
{
border-color: #CBCBCC;
}
</style>