Shades of Ghost #C9C8CD
Tints of Ghost #C9C8CD
RGB
CMYK
RGB Variations
Color information
#C9C8CD (or 0xC9C8CD) is known color: Ghost. HEX triplet: C9, C8 and CD. RGB value is (201,200,205). Sum of RGB (Red+Green+Blue) = 201+200+205=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8CD is #363732. Grayscale: #C8C8C8. Windows color (decimal): -3553075 or 13486281. OLE color: 13486281.
HSL color Cylindrical-coordinate representation of color #C9C8CD: hue angle of 252º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9C8CD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 200 | 205 | - |
CMYK | 0.02 | 0.02 | 0 | 0.20 |
HSL | 252º | 0.05% | 0.79% | - |
HSV(B) | 252º | 0.02% | 0.8% | - |
XYZ | 55.76 | 58.13 | 66.04 | - |
YUV | 200.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 205 | 0.02 | 0.02 | 0 | 0.20 | 252 | 0.05 | 0.79 |
Hex | C9 | C8 | CD | 2 | 2 | 0 | 14 | FC | 5 | 4F |
Octal | 311 | 310 | 315 | 2 | 2 | 0 | 24 | 374 | 5 | 117 |
Binary | 11001001 | 11001000 | 11001101 | 10 | 10 | 0 | 10100 | 11111100 | 101 | 1001111 |
Color Harmonies of #C9C8CD
Complementary color
Monochromatic Colors of #C9C8CD
Black with #C9C8CD
Text Example
Text Example
White with #C9C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8CD; }
p { color: rgb(201,200,205); }
H1.HeaderClassName
{
color: #C9C8CD;
}
.AnyTagClassName
{
color: #C9C8CD;
}
</style>
background-color css
<style>
a { background-color: #C9C8CD; }
a { background-color: rgb(201,200,205); }
div.DivClassName
{
background-color: #C9C8CD;
}
.BgClassName
{
background-color: #C9C8CD;
}
</style>
border-color css
<style>
span { border-color: #C9C8CD; }
span { border-color: rgb(201,200,205); }
td.TdClassName
{
border-color: #C9C8CD;
}
.TagClassName
{
border-color: #C9C8CD;
}
</style>