Shades of Ghost #C9C9CE
Tints of Ghost #C9C9CE
RGB
CMYK
RGB Variations
Color information
#C9C9CE (or 0xC9C9CE) is known color: Ghost. HEX triplet: C9, C9 and CE. RGB value is (201,201,206). Sum of RGB (Red+Green+Blue) = 201+201+206=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9CE is #363631. Grayscale: #C9C9C9. Windows color (decimal): -3552818 or 13552073. OLE color: 13552073.
HSL color Cylindrical-coordinate representation of color #C9C9CE: hue angle of 240º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9C9CE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 201 | 206 | - |
CMYK | 0.02 | 0.02 | 0 | 0.19 |
HSL | 240º | 0.05% | 0.8% | - |
HSV(B) | 240º | 0.02% | 0.81% | - |
XYZ | 56.11 | 58.65 | 66.75 | - |
YUV | 201.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 201 | 206 | 0.02 | 0.02 | 0 | 0.19 | 240 | 0.05 | 0.8 |
Hex | C9 | C9 | CE | 2 | 2 | 0 | 13 | F0 | 5 | 50 |
Octal | 311 | 311 | 316 | 2 | 2 | 0 | 23 | 360 | 5 | 120 |
Binary | 11001001 | 11001001 | 11001110 | 10 | 10 | 0 | 10011 | 11110000 | 101 | 1010000 |
Color Harmonies of #C9C9CE
Complementary color
Monochromatic Colors of #C9C9CE
Black with #C9C9CE
Text Example
Text Example
White with #C9C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9CE; }
p { color: rgb(201,201,206); }
H1.HeaderClassName
{
color: #C9C9CE;
}
.AnyTagClassName
{
color: #C9C9CE;
}
</style>
background-color css
<style>
a { background-color: #C9C9CE; }
a { background-color: rgb(201,201,206); }
div.DivClassName
{
background-color: #C9C9CE;
}
.BgClassName
{
background-color: #C9C9CE;
}
</style>
border-color css
<style>
span { border-color: #C9C9CE; }
span { border-color: rgb(201,201,206); }
td.TdClassName
{
border-color: #C9C9CE;
}
.TagClassName
{
border-color: #C9C9CE;
}
</style>