Shades of Ghost #C1C0CF
Tints of Ghost #C1C0CF
RGB
CMYK
RGB Variations
Color information
#C1C0CF (or 0xC1C0CF) is known color: Ghost. HEX triplet: C1, C0 and CF. RGB value is (193,192,207). Sum of RGB (Red+Green+Blue) = 193+192+207=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0CF is #3E3F30. Grayscale: #C1C1C1. Windows color (decimal): -4079409 or 13615297. OLE color: 13615297.
HSL color Cylindrical-coordinate representation of color #C1C0CF: hue angle of 244º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1C0CF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 192 | 207 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.19 |
| HSL | 244º | 0.14% | 0.78% | - |
| HSV(B) | 244º | 0.07% | 0.81% | - |
| XYZ | 52.1 | 53.54 | 66.62 | - |
| YUV | 194.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 207 | 0.07 | 0.07 | 0 | 0.19 | 244 | 0.14 | 0.78 |
| Hex | C1 | C0 | CF | 7 | 7 | 0 | 13 | F4 | E | 4E |
| Octal | 301 | 300 | 317 | 7 | 7 | 0 | 23 | 364 | 16 | 116 |
| Binary | 11000001 | 11000000 | 11001111 | 111 | 111 | 0 | 10011 | 11110100 | 1110 | 1001110 |
Color Harmonies of #C1C0CF
Complementary color
Monochromatic Colors of #C1C0CF
Black with #C1C0CF
Text Example
Text Example
White with #C1C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0CF; }
p { color: rgb(193,192,207); }
H1.HeaderClassName
{
color: #C1C0CF;
}
.AnyTagClassName
{
color: #C1C0CF;
}
</style>
background-color css
<style>
a { background-color: #C1C0CF; }
a { background-color: rgb(193,192,207); }
div.DivClassName
{
background-color: #C1C0CF;
}
.BgClassName
{
background-color: #C1C0CF;
}
</style>
border-color css
<style>
span { border-color: #C1C0CF; }
span { border-color: rgb(193,192,207); }
td.TdClassName
{
border-color: #C1C0CF;
}
.TagClassName
{
border-color: #C1C0CF;
}
</style>