Shades of Ghost #C5C5CD
Tints of Ghost #C5C5CD
RGB
CMYK
RGB Variations
Color information
#C5C5CD (or 0xC5C5CD) is known color: Ghost. HEX triplet: C5, C5 and CD. RGB value is (197,197,205). Sum of RGB (Red+Green+Blue) = 197+197+205=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5CD is #3A3A32. Grayscale: #C5C5C5. Windows color (decimal): -3815987 or 13485509. OLE color: 13485509.
HSL color Cylindrical-coordinate representation of color #C5C5CD: hue angle of 240º degrees, saturation: 0.07, 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 #C5C5CD is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 197 | 205 | - |
CMYK | 0.04 | 0.04 | 0 | 0.20 |
HSL | 240º | 0.07% | 0.79% | - |
HSV(B) | 240º | 0.04% | 0.8% | - |
XYZ | 54.01 | 56.21 | 65.76 | - |
YUV | 197.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 205 | 0.04 | 0.04 | 0 | 0.20 | 240 | 0.07 | 0.79 |
Hex | C5 | C5 | CD | 4 | 4 | 0 | 14 | F0 | 7 | 4F |
Octal | 305 | 305 | 315 | 4 | 4 | 0 | 24 | 360 | 7 | 117 |
Binary | 11000101 | 11000101 | 11001101 | 100 | 100 | 0 | 10100 | 11110000 | 111 | 1001111 |
Color Harmonies of #C5C5CD
Complementary color
Monochromatic Colors of #C5C5CD
Black with #C5C5CD
Text Example
Text Example
White with #C5C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5CD; }
p { color: rgb(197,197,205); }
H1.HeaderClassName
{
color: #C5C5CD;
}
.AnyTagClassName
{
color: #C5C5CD;
}
</style>
background-color css
<style>
a { background-color: #C5C5CD; }
a { background-color: rgb(197,197,205); }
div.DivClassName
{
background-color: #C5C5CD;
}
.BgClassName
{
background-color: #C5C5CD;
}
</style>
border-color css
<style>
span { border-color: #C5C5CD; }
span { border-color: rgb(197,197,205); }
td.TdClassName
{
border-color: #C5C5CD;
}
.TagClassName
{
border-color: #C5C5CD;
}
</style>