Shades of Ghost #C5C5CB
Tints of Ghost #C5C5CB
RGB
CMYK
RGB Variations
Color information
#C5C5CB (or 0xC5C5CB) is known color: Ghost. HEX triplet: C5, C5 and CB. RGB value is (197,197,203). Sum of RGB (Red+Green+Blue) = 197+197+203=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5CB is #3A3A34. Grayscale: #C5C5C5. Windows color (decimal): -3815989 or 13354437. OLE color: 13354437.
HSL color Cylindrical-coordinate representation of color #C5C5CB: hue angle of 240º degrees, saturation: 0.05, 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 #C5C5CB is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 197 | 203 | - |
CMYK | 0.03 | 0.03 | 0 | 0.20 |
HSL | 240º | 0.05% | 0.78% | - |
HSV(B) | 240º | 0.03% | 0.8% | - |
XYZ | 53.77 | 56.11 | 64.5 | - |
YUV | 197.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 203 | 0.03 | 0.03 | 0 | 0.20 | 240 | 0.05 | 0.78 |
Hex | C5 | C5 | CB | 3 | 3 | 0 | 14 | F0 | 5 | 4E |
Octal | 305 | 305 | 313 | 3 | 3 | 0 | 24 | 360 | 5 | 116 |
Binary | 11000101 | 11000101 | 11001011 | 11 | 11 | 0 | 10100 | 11110000 | 101 | 1001110 |
Color Harmonies of #C5C5CB
Complementary color
Monochromatic Colors of #C5C5CB
Black with #C5C5CB
Text Example
Text Example
White with #C5C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5CB; }
p { color: rgb(197,197,203); }
H1.HeaderClassName
{
color: #C5C5CB;
}
.AnyTagClassName
{
color: #C5C5CB;
}
</style>
background-color css
<style>
a { background-color: #C5C5CB; }
a { background-color: rgb(197,197,203); }
div.DivClassName
{
background-color: #C5C5CB;
}
.BgClassName
{
background-color: #C5C5CB;
}
</style>
border-color css
<style>
span { border-color: #C5C5CB; }
span { border-color: rgb(197,197,203); }
td.TdClassName
{
border-color: #C5C5CB;
}
.TagClassName
{
border-color: #C5C5CB;
}
</style>