Shades of Ghost #C5C4CD
Tints of Ghost #C5C4CD
RGB
CMYK
RGB Variations
Color information
#C5C4CD (or 0xC5C4CD) is known color: Ghost. HEX triplet: C5, C4 and CD. RGB value is (197,196,205). Sum of RGB (Red+Green+Blue) = 197+196+205=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4CD is #3A3B32. Grayscale: #C5C5C5. Windows color (decimal): -3816243 or 13485253. OLE color: 13485253.
HSL color Cylindrical-coordinate representation of color #C5C4CD: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C4CD is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 196 | 205 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.20 |
| HSL | 246.67º | 0.08% | 0.79% | - |
| HSV(B) | 246.67º | 0.04% | 0.8% | - |
| XYZ | 53.79 | 55.76 | 65.69 | - |
| YUV | 197.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 205 | 0.04 | 0.04 | 0 | 0.20 | 246.67 | 0.08 | 0.79 |
| Hex | C5 | C4 | CD | 4 | 4 | 0 | 14 | F7 | 8 | 4F |
| Octal | 305 | 304 | 315 | 4 | 4 | 0 | 24 | 367 | 10 | 117 |
| Binary | 11000101 | 11000100 | 11001101 | 100 | 100 | 0 | 10100 | 11110111 | 1000 | 1001111 |
Color Harmonies of #C5C4CD
Complementary color
Monochromatic Colors of #C5C4CD
Black with #C5C4CD
Text Example
Text Example
White with #C5C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4CD; }
p { color: rgb(197,196,205); }
H1.HeaderClassName
{
color: #C5C4CD;
}
.AnyTagClassName
{
color: #C5C4CD;
}
</style>
background-color css
<style>
a { background-color: #C5C4CD; }
a { background-color: rgb(197,196,205); }
div.DivClassName
{
background-color: #C5C4CD;
}
.BgClassName
{
background-color: #C5C4CD;
}
</style>
border-color css
<style>
span { border-color: #C5C4CD; }
span { border-color: rgb(197,196,205); }
td.TdClassName
{
border-color: #C5C4CD;
}
.TagClassName
{
border-color: #C5C4CD;
}
</style>