Shades of Ghost #C6C5CA
Tints of Ghost #C6C5CA
RGB
CMYK
RGB Variations
Color information
#C6C5CA (or 0xC6C5CA) is known color: Ghost. HEX triplet: C6, C5 and CA. RGB value is (198,197,202). Sum of RGB (Red+Green+Blue) = 198+197+202=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C5CA is #393A35. Grayscale: #C5C5C5. Windows color (decimal): -3750454 or 13288902. OLE color: 13288902.
HSL color Cylindrical-coordinate representation of color #C6C5CA: hue angle of 252º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C6C5CA is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 197 | 202 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.21 |
| HSL | 252º | 0.05% | 0.78% | - |
| HSV(B) | 252º | 0.02% | 0.79% | - |
| XYZ | 53.92 | 56.2 | 63.88 | - |
| YUV | 197.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 202 | 0.02 | 0.02 | 0 | 0.21 | 252 | 0.05 | 0.78 |
| Hex | C6 | C5 | CA | 2 | 2 | 0 | 15 | FC | 5 | 4E |
| Octal | 306 | 305 | 312 | 2 | 2 | 0 | 25 | 374 | 5 | 116 |
| Binary | 11000110 | 11000101 | 11001010 | 10 | 10 | 0 | 10101 | 11111100 | 101 | 1001110 |
Color Harmonies of #C6C5CA
Complementary color
Monochromatic Colors of #C6C5CA
Black with #C6C5CA
Text Example
Text Example
White with #C6C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5CA; }
p { color: rgb(198,197,202); }
H1.HeaderClassName
{
color: #C6C5CA;
}
.AnyTagClassName
{
color: #C6C5CA;
}
</style>
background-color css
<style>
a { background-color: #C6C5CA; }
a { background-color: rgb(198,197,202); }
div.DivClassName
{
background-color: #C6C5CA;
}
.BgClassName
{
background-color: #C6C5CA;
}
</style>
border-color css
<style>
span { border-color: #C6C5CA; }
span { border-color: rgb(198,197,202); }
td.TdClassName
{
border-color: #C6C5CA;
}
.TagClassName
{
border-color: #C6C5CA;
}
</style>