Shades of Ghost #C3C4CC
Tints of Ghost #C3C4CC
RGB
CMYK
RGB Variations
Color information
#C3C4CC (or 0xC3C4CC) is known color: Ghost. HEX triplet: C3, C4 and CC. RGB value is (195,196,204). Sum of RGB (Red+Green+Blue) = 195+196+204=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4CC is #3C3B33. Grayscale: #C4C4C4. Windows color (decimal): -3947316 or 13419715. OLE color: 13419715.
HSL color Cylindrical-coordinate representation of color #C3C4CC: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C4CC is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 196 | 204 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.2 |
| HSL | 233.33º | 0.08% | 0.78% | - |
| HSV(B) | 233.33º | 0.04% | 0.8% | - |
| XYZ | 53.14 | 55.44 | 65.03 | - |
| YUV | 196.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 204 | 0.04 | 0.04 | 0 | 0.2 | 233.33 | 0.08 | 0.78 |
| Hex | C3 | C4 | CC | 4 | 4 | 0 | 14 | E9 | 8 | 4E |
| Octal | 303 | 304 | 314 | 4 | 4 | 0 | 24 | 351 | 10 | 116 |
| Binary | 11000011 | 11000100 | 11001100 | 100 | 100 | 0 | 10100 | 11101001 | 1000 | 1001110 |
Color Harmonies of #C3C4CC
Complementary color
Monochromatic Colors of #C3C4CC
Black with #C3C4CC
Text Example
Text Example
White with #C3C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C4CC; }
p { color: rgb(195,196,204); }
H1.HeaderClassName
{
color: #C3C4CC;
}
.AnyTagClassName
{
color: #C3C4CC;
}
</style>
background-color css
<style>
a { background-color: #C3C4CC; }
a { background-color: rgb(195,196,204); }
div.DivClassName
{
background-color: #C3C4CC;
}
.BgClassName
{
background-color: #C3C4CC;
}
</style>
border-color css
<style>
span { border-color: #C3C4CC; }
span { border-color: rgb(195,196,204); }
td.TdClassName
{
border-color: #C3C4CC;
}
.TagClassName
{
border-color: #C3C4CC;
}
</style>