Shades of Ghost #C2C1CD
Tints of Ghost #C2C1CD
RGB
CMYK
RGB Variations
Color information
#C2C1CD (or 0xC2C1CD) is known color: Ghost. HEX triplet: C2, C1 and CD. RGB value is (194,193,205). Sum of RGB (Red+Green+Blue) = 194+193+205=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1CD is #3D3E32. Grayscale: #C2C2C2. Windows color (decimal): -4013619 or 13484482. OLE color: 13484482.
HSL color Cylindrical-coordinate representation of color #C2C1CD: hue angle of 245º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2C1CD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 193 | 205 | - |
CMYK | 0.05 | 0.06 | 0 | 0.20 |
HSL | 245º | 0.11% | 0.78% | - |
HSV(B) | 245º | 0.06% | 0.8% | - |
XYZ | 52.34 | 54.02 | 65.43 | - |
YUV | 194.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 193 | 205 | 0.05 | 0.06 | 0 | 0.20 | 245 | 0.11 | 0.78 |
Hex | C2 | C1 | CD | 5 | 6 | 0 | 14 | F5 | B | 4E |
Octal | 302 | 301 | 315 | 5 | 6 | 0 | 24 | 365 | 13 | 116 |
Binary | 11000010 | 11000001 | 11001101 | 101 | 110 | 0 | 10100 | 11110101 | 1011 | 1001110 |
Color Harmonies of #C2C1CD
Complementary color
Monochromatic Colors of #C2C1CD
Black with #C2C1CD
Text Example
Text Example
White with #C2C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1CD; }
p { color: rgb(194,193,205); }
H1.HeaderClassName
{
color: #C2C1CD;
}
.AnyTagClassName
{
color: #C2C1CD;
}
</style>
background-color css
<style>
a { background-color: #C2C1CD; }
a { background-color: rgb(194,193,205); }
div.DivClassName
{
background-color: #C2C1CD;
}
.BgClassName
{
background-color: #C2C1CD;
}
</style>
border-color css
<style>
span { border-color: #C2C1CD; }
span { border-color: rgb(194,193,205); }
td.TdClassName
{
border-color: #C2C1CD;
}
.TagClassName
{
border-color: #C2C1CD;
}
</style>