Shades of Ghost #C7C4D0
Tints of Ghost #C7C4D0
RGB
CMYK
RGB Variations
Color information
#C7C4D0 (or 0xC7C4D0) is known color: Ghost. HEX triplet: C7, C4 and D0. RGB value is (199,196,208). Sum of RGB (Red+Green+Blue) = 199+196+208=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4D0 is #383B2F. Grayscale: #C6C6C6. Windows color (decimal): -3685168 or 13681863. OLE color: 13681863.
HSL color Cylindrical-coordinate representation of color #C7C4D0: hue angle of 255º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C4D0 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 199 | 196 | 208 | - |
CMYK | 0.04 | 0.06 | 0 | 0.18 |
HSL | 255º | 0.11% | 0.79% | - |
HSV(B) | 255º | 0.06% | 0.82% | - |
XYZ | 54.68 | 56.18 | 67.64 | - |
YUV | 198.27 | 133.49 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 196 | 208 | 0.04 | 0.06 | 0 | 0.18 | 255 | 0.11 | 0.79 |
Hex | C7 | C4 | D0 | 4 | 6 | 0 | 12 | FF | B | 4F |
Octal | 307 | 304 | 320 | 4 | 6 | 0 | 22 | 377 | 13 | 117 |
Binary | 11000111 | 11000100 | 11010000 | 100 | 110 | 0 | 10010 | 11111111 | 1011 | 1001111 |
Color Harmonies of #C7C4D0
Complementary color
Monochromatic Colors of #C7C4D0
Black with #C7C4D0
Text Example
Text Example
White with #C7C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C4D0; }
p { color: rgb(199,196,208); }
H1.HeaderClassName
{
color: #C7C4D0;
}
.AnyTagClassName
{
color: #C7C4D0;
}
</style>
background-color css
<style>
a { background-color: #C7C4D0; }
a { background-color: rgb(199,196,208); }
div.DivClassName
{
background-color: #C7C4D0;
}
.BgClassName
{
background-color: #C7C4D0;
}
</style>
border-color css
<style>
span { border-color: #C7C4D0; }
span { border-color: rgb(199,196,208); }
td.TdClassName
{
border-color: #C7C4D0;
}
.TagClassName
{
border-color: #C7C4D0;
}
</style>