Shades of Ghost #C8C6CE
Tints of Ghost #C8C6CE
RGB
CMYK
RGB Variations
Color information
#C8C6CE (or 0xC8C6CE) is known color: Ghost. HEX triplet: C8, C6 and CE. RGB value is (200,198,206). Sum of RGB (Red+Green+Blue) = 200+198+206=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6CE is #373931. Grayscale: #C7C7C7. Windows color (decimal): -3619122 or 13551304. OLE color: 13551304.
HSL color Cylindrical-coordinate representation of color #C8C6CE: hue angle of 255º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C6CE is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 198 | 206 | - |
CMYK | 0.03 | 0.04 | 0 | 0.19 |
HSL | 255º | 0.08% | 0.79% | - |
HSV(B) | 255º | 0.04% | 0.81% | - |
XYZ | 55.15 | 57.12 | 66.51 | - |
YUV | 199.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 206 | 0.03 | 0.04 | 0 | 0.19 | 255 | 0.08 | 0.79 |
Hex | C8 | C6 | CE | 3 | 4 | 0 | 13 | FF | 8 | 4F |
Octal | 310 | 306 | 316 | 3 | 4 | 0 | 23 | 377 | 10 | 117 |
Binary | 11001000 | 11000110 | 11001110 | 11 | 100 | 0 | 10011 | 11111111 | 1000 | 1001111 |
Color Harmonies of #C8C6CE
Complementary color
Monochromatic Colors of #C8C6CE
Black with #C8C6CE
Text Example
Text Example
White with #C8C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6CE; }
p { color: rgb(200,198,206); }
H1.HeaderClassName
{
color: #C8C6CE;
}
.AnyTagClassName
{
color: #C8C6CE;
}
</style>
background-color css
<style>
a { background-color: #C8C6CE; }
a { background-color: rgb(200,198,206); }
div.DivClassName
{
background-color: #C8C6CE;
}
.BgClassName
{
background-color: #C8C6CE;
}
</style>
border-color css
<style>
span { border-color: #C8C6CE; }
span { border-color: rgb(200,198,206); }
td.TdClassName
{
border-color: #C8C6CE;
}
.TagClassName
{
border-color: #C8C6CE;
}
</style>