Shades of Ghost #C4C2CD
Tints of Ghost #C4C2CD
RGB
CMYK
RGB Variations
Color information
#C4C2CD (or 0xC4C2CD) is known color: Ghost. HEX triplet: C4, C2 and CD. RGB value is (196,194,205). Sum of RGB (Red+Green+Blue) = 196+194+205=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2CD is #3B3D32. Grayscale: #C3C3C3. Windows color (decimal): -3882291 or 13484740. OLE color: 13484740.
HSL color Cylindrical-coordinate representation of color #C4C2CD: hue angle of 250.91º 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 #C4C2CD is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 194 | 205 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.20 |
| HSL | 250.91º | 0.1% | 0.78% | - |
| HSV(B) | 250.91º | 0.05% | 0.8% | - |
| XYZ | 53.08 | 54.73 | 65.52 | - |
| YUV | 195.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 205 | 0.04 | 0.05 | 0 | 0.20 | 250.91 | 0.1 | 0.78 |
| Hex | C4 | C2 | CD | 4 | 5 | 0 | 14 | FB | A | 4E |
| Octal | 304 | 302 | 315 | 4 | 5 | 0 | 24 | 373 | 12 | 116 |
| Binary | 11000100 | 11000010 | 11001101 | 100 | 101 | 0 | 10100 | 11111011 | 1010 | 1001110 |
Color Harmonies of #C4C2CD
Complementary color
Monochromatic Colors of #C4C2CD
Black with #C4C2CD
Text Example
Text Example
White with #C4C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2CD; }
p { color: rgb(196,194,205); }
H1.HeaderClassName
{
color: #C4C2CD;
}
.AnyTagClassName
{
color: #C4C2CD;
}
</style>
background-color css
<style>
a { background-color: #C4C2CD; }
a { background-color: rgb(196,194,205); }
div.DivClassName
{
background-color: #C4C2CD;
}
.BgClassName
{
background-color: #C4C2CD;
}
</style>
border-color css
<style>
span { border-color: #C4C2CD; }
span { border-color: rgb(196,194,205); }
td.TdClassName
{
border-color: #C4C2CD;
}
.TagClassName
{
border-color: #C4C2CD;
}
</style>