Shades of Ghost #C2C1CC
Tints of Ghost #C2C1CC
RGB
CMYK
RGB Variations
Color information
#C2C1CC (or 0xC2C1CC) is known color: Ghost. HEX triplet: C2, C1 and CC. RGB value is (194,193,204). Sum of RGB (Red+Green+Blue) = 194+193+204=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1CC is #3D3E33. Grayscale: #C2C2C2. Windows color (decimal): -4013620 or 13418946. OLE color: 13418946.
HSL color Cylindrical-coordinate representation of color #C2C1CC: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C1CC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 193 | 204 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.2 |
| HSL | 245.45º | 0.1% | 0.78% | - |
| HSV(B) | 245.45º | 0.05% | 0.8% | - |
| XYZ | 52.22 | 53.97 | 64.79 | - |
| YUV | 194.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 204 | 0.05 | 0.05 | 0 | 0.2 | 245.45 | 0.1 | 0.78 |
| Hex | C2 | C1 | CC | 5 | 5 | 0 | 14 | F5 | A | 4E |
| Octal | 302 | 301 | 314 | 5 | 5 | 0 | 24 | 365 | 12 | 116 |
| Binary | 11000010 | 11000001 | 11001100 | 101 | 101 | 0 | 10100 | 11110101 | 1010 | 1001110 |
Color Harmonies of #C2C1CC
Complementary color
Monochromatic Colors of #C2C1CC
Black with #C2C1CC
Text Example
Text Example
White with #C2C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1CC; }
p { color: rgb(194,193,204); }
H1.HeaderClassName
{
color: #C2C1CC;
}
.AnyTagClassName
{
color: #C2C1CC;
}
</style>
background-color css
<style>
a { background-color: #C2C1CC; }
a { background-color: rgb(194,193,204); }
div.DivClassName
{
background-color: #C2C1CC;
}
.BgClassName
{
background-color: #C2C1CC;
}
</style>
border-color css
<style>
span { border-color: #C2C1CC; }
span { border-color: rgb(194,193,204); }
td.TdClassName
{
border-color: #C2C1CC;
}
.TagClassName
{
border-color: #C2C1CC;
}
</style>