Shades of Ghost #C9C8CE
Tints of Ghost #C9C8CE
RGB
CMYK
RGB Variations
Color information
#C9C8CE (or 0xC9C8CE) is known color: Ghost. HEX triplet: C9, C8 and CE. RGB value is (201,200,206). Sum of RGB (Red+Green+Blue) = 201+200+206=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8CE is #363731. Grayscale: #C8C8C8. Windows color (decimal): -3553074 or 13551817. OLE color: 13551817.
HSL color Cylindrical-coordinate representation of color #C9C8CE: hue angle of 250º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9C8CE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 200 | 206 | - |
CMYK | 0.02 | 0.03 | 0 | 0.19 |
HSL | 250º | 0.06% | 0.8% | - |
HSV(B) | 250º | 0.03% | 0.81% | - |
XYZ | 55.88 | 58.18 | 66.68 | - |
YUV | 200.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 206 | 0.02 | 0.03 | 0 | 0.19 | 250 | 0.06 | 0.8 |
Hex | C9 | C8 | CE | 2 | 3 | 0 | 13 | FA | 6 | 50 |
Octal | 311 | 310 | 316 | 2 | 3 | 0 | 23 | 372 | 6 | 120 |
Binary | 11001001 | 11001000 | 11001110 | 10 | 11 | 0 | 10011 | 11111010 | 110 | 1010000 |
Color Harmonies of #C9C8CE
Complementary color
Monochromatic Colors of #C9C8CE
Black with #C9C8CE
Text Example
Text Example
White with #C9C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8CE; }
p { color: rgb(201,200,206); }
H1.HeaderClassName
{
color: #C9C8CE;
}
.AnyTagClassName
{
color: #C9C8CE;
}
</style>
background-color css
<style>
a { background-color: #C9C8CE; }
a { background-color: rgb(201,200,206); }
div.DivClassName
{
background-color: #C9C8CE;
}
.BgClassName
{
background-color: #C9C8CE;
}
</style>
border-color css
<style>
span { border-color: #C9C8CE; }
span { border-color: rgb(201,200,206); }
td.TdClassName
{
border-color: #C9C8CE;
}
.TagClassName
{
border-color: #C9C8CE;
}
</style>