Shades of Ghost #C5C4D0
Tints of Ghost #C5C4D0
RGB
CMYK
RGB Variations
Color information
#C5C4D0 (or 0xC5C4D0) is known color: Ghost. HEX triplet: C5, C4 and D0. RGB value is (197,196,208). Sum of RGB (Red+Green+Blue) = 197+196+208=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4D0 is #3A3B2F. Grayscale: #C5C5C5. Windows color (decimal): -3816240 or 13681861. OLE color: 13681861.
HSL color Cylindrical-coordinate representation of color #C5C4D0: hue angle of 245º 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 #C5C4D0 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 196 | 208 | - |
CMYK | 0.05 | 0.06 | 0 | 0.18 |
HSL | 245º | 0.11% | 0.79% | - |
HSV(B) | 245º | 0.06% | 0.82% | - |
XYZ | 54.15 | 55.9 | 67.61 | - |
YUV | 197.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 196 | 208 | 0.05 | 0.06 | 0 | 0.18 | 245 | 0.11 | 0.79 |
Hex | C5 | C4 | D0 | 5 | 6 | 0 | 12 | F5 | B | 4F |
Octal | 305 | 304 | 320 | 5 | 6 | 0 | 22 | 365 | 13 | 117 |
Binary | 11000101 | 11000100 | 11010000 | 101 | 110 | 0 | 10010 | 11110101 | 1011 | 1001111 |
Color Harmonies of #C5C4D0
Complementary color
Monochromatic Colors of #C5C4D0
Black with #C5C4D0
Text Example
Text Example
White with #C5C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4D0; }
p { color: rgb(197,196,208); }
H1.HeaderClassName
{
color: #C5C4D0;
}
.AnyTagClassName
{
color: #C5C4D0;
}
</style>
background-color css
<style>
a { background-color: #C5C4D0; }
a { background-color: rgb(197,196,208); }
div.DivClassName
{
background-color: #C5C4D0;
}
.BgClassName
{
background-color: #C5C4D0;
}
</style>
border-color css
<style>
span { border-color: #C5C4D0; }
span { border-color: rgb(197,196,208); }
td.TdClassName
{
border-color: #C5C4D0;
}
.TagClassName
{
border-color: #C5C4D0;
}
</style>