Shades of Ghost #C7C5CE
Tints of Ghost #C7C5CE
RGB
CMYK
RGB Variations
Color information
#C7C5CE (or 0xC7C5CE) is known color: Ghost. HEX triplet: C7, C5 and CE. RGB value is (199,197,206). Sum of RGB (Red+Green+Blue) = 199+197+206=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5CE is #383A31. Grayscale: #C6C6C6. Windows color (decimal): -3684914 or 13551047. OLE color: 13551047.
HSL color Cylindrical-coordinate representation of color #C7C5CE: hue angle of 253.33º 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 #C7C5CE is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 197 | 206 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.19 |
| HSL | 253.33º | 0.08% | 0.79% | - |
| HSV(B) | 253.33º | 0.04% | 0.81% | - |
| XYZ | 54.66 | 56.53 | 66.42 | - |
| YUV | 198.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 206 | 0.03 | 0.04 | 0 | 0.19 | 253.33 | 0.08 | 0.79 |
| Hex | C7 | C5 | CE | 3 | 4 | 0 | 13 | FD | 8 | 4F |
| Octal | 307 | 305 | 316 | 3 | 4 | 0 | 23 | 375 | 10 | 117 |
| Binary | 11000111 | 11000101 | 11001110 | 11 | 100 | 0 | 10011 | 11111101 | 1000 | 1001111 |
Color Harmonies of #C7C5CE
Complementary color
Monochromatic Colors of #C7C5CE
Black with #C7C5CE
Text Example
Text Example
White with #C7C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5CE; }
p { color: rgb(199,197,206); }
H1.HeaderClassName
{
color: #C7C5CE;
}
.AnyTagClassName
{
color: #C7C5CE;
}
</style>
background-color css
<style>
a { background-color: #C7C5CE; }
a { background-color: rgb(199,197,206); }
div.DivClassName
{
background-color: #C7C5CE;
}
.BgClassName
{
background-color: #C7C5CE;
}
</style>
border-color css
<style>
span { border-color: #C7C5CE; }
span { border-color: rgb(199,197,206); }
td.TdClassName
{
border-color: #C7C5CE;
}
.TagClassName
{
border-color: #C7C5CE;
}
</style>