Shades of Ghost #CBC9D0
Tints of Ghost #CBC9D0
RGB
CMYK
RGB Variations
Color information
#CBC9D0 (or 0xCBC9D0) is known color: Ghost. HEX triplet: CB, C9 and D0. RGB value is (203,201,208). Sum of RGB (Red+Green+Blue) = 203+201+208=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9D0 is #34362F. Grayscale: #CACACA. Windows color (decimal): -3421744 or 13683147. OLE color: 13683147.
HSL color Cylindrical-coordinate representation of color #CBC9D0: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC9D0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 201 | 208 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.18 |
| HSL | 257.14º | 0.07% | 0.8% | - |
| HSV(B) | 257.14º | 0.03% | 0.82% | - |
| XYZ | 56.9 | 59.02 | 68.07 | - |
| YUV | 202.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 208 | 0.02 | 0.03 | 0 | 0.18 | 257.14 | 0.07 | 0.8 |
| Hex | CB | C9 | D0 | 2 | 3 | 0 | 12 | 101 | 7 | 50 |
| Octal | 313 | 311 | 320 | 2 | 3 | 0 | 22 | 401 | 7 | 120 |
| Binary | 11001011 | 11001001 | 11010000 | 10 | 11 | 0 | 10010 | 100000001 | 111 | 1010000 |
Color Harmonies of #CBC9D0
Complementary color
Monochromatic Colors of #CBC9D0
Black with #CBC9D0
Text Example
Text Example
White with #CBC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9D0; }
p { color: rgb(203,201,208); }
H1.HeaderClassName
{
color: #CBC9D0;
}
.AnyTagClassName
{
color: #CBC9D0;
}
</style>
background-color css
<style>
a { background-color: #CBC9D0; }
a { background-color: rgb(203,201,208); }
div.DivClassName
{
background-color: #CBC9D0;
}
.BgClassName
{
background-color: #CBC9D0;
}
</style>
border-color css
<style>
span { border-color: #CBC9D0; }
span { border-color: rgb(203,201,208); }
td.TdClassName
{
border-color: #CBC9D0;
}
.TagClassName
{
border-color: #CBC9D0;
}
</style>