Shades of Ghost #C4C2CF
Tints of Ghost #C4C2CF
RGB
CMYK
RGB Variations
Color information
#C4C2CF (or 0xC4C2CF) is known color: Ghost. HEX triplet: C4, C2 and CF. RGB value is (196,194,207). Sum of RGB (Red+Green+Blue) = 196+194+207=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2CF is #3B3D30. Grayscale: #C4C4C4. Windows color (decimal): -3882289 or 13615812. OLE color: 13615812.
HSL color Cylindrical-coordinate representation of color #C4C2CF: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4C2CF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 194 | 207 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.19 |
| HSL | 249.23º | 0.12% | 0.79% | - |
| HSV(B) | 249.23º | 0.06% | 0.81% | - |
| XYZ | 53.32 | 54.82 | 66.8 | - |
| YUV | 196.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 207 | 0.05 | 0.06 | 0 | 0.19 | 249.23 | 0.12 | 0.79 |
| Hex | C4 | C2 | CF | 5 | 6 | 0 | 13 | F9 | C | 4F |
| Octal | 304 | 302 | 317 | 5 | 6 | 0 | 23 | 371 | 14 | 117 |
| Binary | 11000100 | 11000010 | 11001111 | 101 | 110 | 0 | 10011 | 11111001 | 1100 | 1001111 |
Color Harmonies of #C4C2CF
Complementary color
Monochromatic Colors of #C4C2CF
Black with #C4C2CF
Text Example
Text Example
White with #C4C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2CF; }
p { color: rgb(196,194,207); }
H1.HeaderClassName
{
color: #C4C2CF;
}
.AnyTagClassName
{
color: #C4C2CF;
}
</style>
background-color css
<style>
a { background-color: #C4C2CF; }
a { background-color: rgb(196,194,207); }
div.DivClassName
{
background-color: #C4C2CF;
}
.BgClassName
{
background-color: #C4C2CF;
}
</style>
border-color css
<style>
span { border-color: #C4C2CF; }
span { border-color: rgb(196,194,207); }
td.TdClassName
{
border-color: #C4C2CF;
}
.TagClassName
{
border-color: #C4C2CF;
}
</style>