Shades of Ghost #C3C4CA
Tints of Ghost #C3C4CA
RGB
CMYK
RGB Variations
Color information
#C3C4CA (or 0xC3C4CA) is known color: Ghost. HEX triplet: C3, C4 and CA. RGB value is (195,196,202). Sum of RGB (Red+Green+Blue) = 195+196+202=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4CA is #3C3B35. Grayscale: #C4C4C4. Windows color (decimal): -3947318 or 13288643. OLE color: 13288643.
HSL color Cylindrical-coordinate representation of color #C3C4CA: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3C4CA is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 196 | 202 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.21 |
| HSL | 231.43º | 0.06% | 0.78% | - |
| HSV(B) | 231.43º | 0.03% | 0.79% | - |
| XYZ | 52.91 | 55.35 | 63.77 | - |
| YUV | 196.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 202 | 0.03 | 0.03 | 0 | 0.21 | 231.43 | 0.06 | 0.78 |
| Hex | C3 | C4 | CA | 3 | 3 | 0 | 15 | E7 | 6 | 4E |
| Octal | 303 | 304 | 312 | 3 | 3 | 0 | 25 | 347 | 6 | 116 |
| Binary | 11000011 | 11000100 | 11001010 | 11 | 11 | 0 | 10101 | 11100111 | 110 | 1001110 |
Color Harmonies of #C3C4CA
Complementary color
Monochromatic Colors of #C3C4CA
Black with #C3C4CA
Text Example
Text Example
White with #C3C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C4CA; }
p { color: rgb(195,196,202); }
H1.HeaderClassName
{
color: #C3C4CA;
}
.AnyTagClassName
{
color: #C3C4CA;
}
</style>
background-color css
<style>
a { background-color: #C3C4CA; }
a { background-color: rgb(195,196,202); }
div.DivClassName
{
background-color: #C3C4CA;
}
.BgClassName
{
background-color: #C3C4CA;
}
</style>
border-color css
<style>
span { border-color: #C3C4CA; }
span { border-color: rgb(195,196,202); }
td.TdClassName
{
border-color: #C3C4CA;
}
.TagClassName
{
border-color: #C3C4CA;
}
</style>