Shades of Ghost #C2C0CE
Tints of Ghost #C2C0CE
RGB
CMYK
RGB Variations
Color information
#C2C0CE (or 0xC2C0CE) is known color: Ghost. HEX triplet: C2, C0 and CE. RGB value is (194,192,206). Sum of RGB (Red+Green+Blue) = 194+192+206=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0CE is #3D3F31. Grayscale: #C2C2C2. Windows color (decimal): -4013874 or 13549762. OLE color: 13549762.
HSL color Cylindrical-coordinate representation of color #C2C0CE: hue angle of 248.57º degrees, saturation: 0.12, 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 #C2C0CE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 192 | 206 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.19 |
| HSL | 248.57º | 0.13% | 0.78% | - |
| HSV(B) | 248.57º | 0.07% | 0.81% | - |
| XYZ | 52.24 | 53.62 | 65.99 | - |
| YUV | 194.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 206 | 0.06 | 0.07 | 0 | 0.19 | 248.57 | 0.13 | 0.78 |
| Hex | C2 | C0 | CE | 6 | 7 | 0 | 13 | F9 | C | 4E |
| Octal | 302 | 300 | 316 | 6 | 7 | 0 | 23 | 371 | 14 | 116 |
| Binary | 11000010 | 11000000 | 11001110 | 110 | 111 | 0 | 10011 | 11111001 | 1100 | 1001110 |
Color Harmonies of #C2C0CE
Complementary color
Monochromatic Colors of #C2C0CE
Black with #C2C0CE
Text Example
Text Example
White with #C2C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0CE; }
p { color: rgb(194,192,206); }
H1.HeaderClassName
{
color: #C2C0CE;
}
.AnyTagClassName
{
color: #C2C0CE;
}
</style>
background-color css
<style>
a { background-color: #C2C0CE; }
a { background-color: rgb(194,192,206); }
div.DivClassName
{
background-color: #C2C0CE;
}
.BgClassName
{
background-color: #C2C0CE;
}
</style>
border-color css
<style>
span { border-color: #C2C0CE; }
span { border-color: rgb(194,192,206); }
td.TdClassName
{
border-color: #C2C0CE;
}
.TagClassName
{
border-color: #C2C0CE;
}
</style>