Shades of Ghost #C7C5D0
Tints of Ghost #C7C5D0
RGB
CMYK
RGB Variations
Color information
#C7C5D0 (or 0xC7C5D0) is known color: Ghost. HEX triplet: C7, C5 and D0. RGB value is (199,197,208). Sum of RGB (Red+Green+Blue) = 199+197+208=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7C5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5D0 is #383A2F. Grayscale: #C6C6C6. Windows color (decimal): -3684912 or 13682119. OLE color: 13682119.
HSL color Cylindrical-coordinate representation of color #C7C5D0: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7C5D0 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 197 | 208 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.18 |
| HSL | 250.91º | 0.1% | 0.79% | - |
| HSV(B) | 250.91º | 0.05% | 0.82% | - |
| XYZ | 54.9 | 56.63 | 67.71 | - |
| YUV | 198.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 208 | 0.04 | 0.05 | 0 | 0.18 | 250.91 | 0.1 | 0.79 |
| Hex | C7 | C5 | D0 | 4 | 5 | 0 | 12 | FB | A | 4F |
| Octal | 307 | 305 | 320 | 4 | 5 | 0 | 22 | 373 | 12 | 117 |
| Binary | 11000111 | 11000101 | 11010000 | 100 | 101 | 0 | 10010 | 11111011 | 1010 | 1001111 |
Color Harmonies of #C7C5D0
Complementary color
Monochromatic Colors of #C7C5D0
Black with #C7C5D0
Text Example
Text Example
White with #C7C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5D0; }
p { color: rgb(199,197,208); }
H1.HeaderClassName
{
color: #C7C5D0;
}
.AnyTagClassName
{
color: #C7C5D0;
}
</style>
background-color css
<style>
a { background-color: #C7C5D0; }
a { background-color: rgb(199,197,208); }
div.DivClassName
{
background-color: #C7C5D0;
}
.BgClassName
{
background-color: #C7C5D0;
}
</style>
border-color css
<style>
span { border-color: #C7C5D0; }
span { border-color: rgb(199,197,208); }
td.TdClassName
{
border-color: #C7C5D0;
}
.TagClassName
{
border-color: #C7C5D0;
}
</style>