Shades of Ghost #C8C7CE
Tints of Ghost #C8C7CE
RGB
CMYK
RGB Variations
Color information
#C8C7CE (or 0xC8C7CE) is known color: Ghost. HEX triplet: C8, C7 and CE. RGB value is (200,199,206). Sum of RGB (Red+Green+Blue) = 200+199+206=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7CE is #373831. Grayscale: #C8C8C8. Windows color (decimal): -3618866 or 13551560. OLE color: 13551560.
HSL color Cylindrical-coordinate representation of color #C8C7CE: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C7CE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 199 | 206 | - |
CMYK | 0.03 | 0.03 | 0 | 0.19 |
HSL | 248.57º | 0.07% | 0.79% | - |
HSV(B) | 248.57º | 0.03% | 0.81% | - |
XYZ | 55.38 | 57.58 | 66.59 | - |
YUV | 200.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 206 | 0.03 | 0.03 | 0 | 0.19 | 248.57 | 0.07 | 0.79 |
Hex | C8 | C7 | CE | 3 | 3 | 0 | 13 | F9 | 7 | 4F |
Octal | 310 | 307 | 316 | 3 | 3 | 0 | 23 | 371 | 7 | 117 |
Binary | 11001000 | 11000111 | 11001110 | 11 | 11 | 0 | 10011 | 11111001 | 111 | 1001111 |
Color Harmonies of #C8C7CE
Complementary color
Monochromatic Colors of #C8C7CE
Black with #C8C7CE
Text Example
Text Example
White with #C8C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7CE; }
p { color: rgb(200,199,206); }
H1.HeaderClassName
{
color: #C8C7CE;
}
.AnyTagClassName
{
color: #C8C7CE;
}
</style>
background-color css
<style>
a { background-color: #C8C7CE; }
a { background-color: rgb(200,199,206); }
div.DivClassName
{
background-color: #C8C7CE;
}
.BgClassName
{
background-color: #C8C7CE;
}
</style>
border-color css
<style>
span { border-color: #C8C7CE; }
span { border-color: rgb(200,199,206); }
td.TdClassName
{
border-color: #C8C7CE;
}
.TagClassName
{
border-color: #C8C7CE;
}
</style>