Shades of Ghost #C1C0CA
Tints of Ghost #C1C0CA
RGB
CMYK
RGB Variations
Color information
#C1C0CA (or 0xC1C0CA) is known color: Ghost. HEX triplet: C1, C0 and CA. RGB value is (193,192,202). Sum of RGB (Red+Green+Blue) = 193+192+202=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0CA is #3E3F35. Grayscale: #C1C1C1. Windows color (decimal): -4079414 or 13287617. OLE color: 13287617.
HSL color Cylindrical-coordinate representation of color #C1C0CA: hue angle of 246º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1C0CA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 192 | 202 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.21 |
| HSL | 246º | 0.09% | 0.77% | - |
| HSV(B) | 246º | 0.05% | 0.79% | - |
| XYZ | 51.5 | 53.3 | 63.45 | - |
| YUV | 193.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 202 | 0.04 | 0.05 | 0 | 0.21 | 246 | 0.09 | 0.77 |
| Hex | C1 | C0 | CA | 4 | 5 | 0 | 15 | F6 | 9 | 4D |
| Octal | 301 | 300 | 312 | 4 | 5 | 0 | 25 | 366 | 11 | 115 |
| Binary | 11000001 | 11000000 | 11001010 | 100 | 101 | 0 | 10101 | 11110110 | 1001 | 1001101 |
Color Harmonies of #C1C0CA
Complementary color
Monochromatic Colors of #C1C0CA
Black with #C1C0CA
Text Example
Text Example
White with #C1C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0CA; }
p { color: rgb(193,192,202); }
H1.HeaderClassName
{
color: #C1C0CA;
}
.AnyTagClassName
{
color: #C1C0CA;
}
</style>
background-color css
<style>
a { background-color: #C1C0CA; }
a { background-color: rgb(193,192,202); }
div.DivClassName
{
background-color: #C1C0CA;
}
.BgClassName
{
background-color: #C1C0CA;
}
</style>
border-color css
<style>
span { border-color: #C1C0CA; }
span { border-color: rgb(193,192,202); }
td.TdClassName
{
border-color: #C1C0CA;
}
.TagClassName
{
border-color: #C1C0CA;
}
</style>