Shades of Ghost #C5C4CB
Tints of Ghost #C5C4CB
RGB
CMYK
RGB Variations
Color information
#C5C4CB (or 0xC5C4CB) is known color: Ghost. HEX triplet: C5, C4 and CB. RGB value is (197,196,203). Sum of RGB (Red+Green+Blue) = 197+196+203=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5C4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4CB is #3A3B34. Grayscale: #C5C5C5. Windows color (decimal): -3816245 or 13354181. OLE color: 13354181.
HSL color Cylindrical-coordinate representation of color #C5C4CB: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C4CB is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 196 | 203 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.20 |
| HSL | 248.57º | 0.06% | 0.78% | - |
| HSV(B) | 248.57º | 0.03% | 0.8% | - |
| XYZ | 53.55 | 55.66 | 64.42 | - |
| YUV | 197.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 203 | 0.03 | 0.03 | 0 | 0.20 | 248.57 | 0.06 | 0.78 |
| Hex | C5 | C4 | CB | 3 | 3 | 0 | 14 | F9 | 6 | 4E |
| Octal | 305 | 304 | 313 | 3 | 3 | 0 | 24 | 371 | 6 | 116 |
| Binary | 11000101 | 11000100 | 11001011 | 11 | 11 | 0 | 10100 | 11111001 | 110 | 1001110 |
Color Harmonies of #C5C4CB
Complementary color
Monochromatic Colors of #C5C4CB
Black with #C5C4CB
Text Example
Text Example
White with #C5C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4CB; }
p { color: rgb(197,196,203); }
H1.HeaderClassName
{
color: #C5C4CB;
}
.AnyTagClassName
{
color: #C5C4CB;
}
</style>
background-color css
<style>
a { background-color: #C5C4CB; }
a { background-color: rgb(197,196,203); }
div.DivClassName
{
background-color: #C5C4CB;
}
.BgClassName
{
background-color: #C5C4CB;
}
</style>
border-color css
<style>
span { border-color: #C5C4CB; }
span { border-color: rgb(197,196,203); }
td.TdClassName
{
border-color: #C5C4CB;
}
.TagClassName
{
border-color: #C5C4CB;
}
</style>