Shades of Ghost #C3C3CE
Tints of Ghost #C3C3CE
RGB
CMYK
RGB Variations
Color information
#C3C3CE (or 0xC3C3CE) is known color: Ghost. HEX triplet: C3, C3 and CE. RGB value is (195,195,206). Sum of RGB (Red+Green+Blue) = 195+195+206=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3CE is #3C3C31. Grayscale: #C4C4C4. Windows color (decimal): -3947570 or 13550531. OLE color: 13550531.
HSL color Cylindrical-coordinate representation of color #C3C3CE: hue angle of 240º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C3CE is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 195 | 206 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.19 |
| HSL | 240º | 0.1% | 0.79% | - |
| HSV(B) | 240º | 0.05% | 0.81% | - |
| XYZ | 53.16 | 55.09 | 66.22 | - |
| YUV | 196.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 206 | 0.05 | 0.05 | 0 | 0.19 | 240 | 0.1 | 0.79 |
| Hex | C3 | C3 | CE | 5 | 5 | 0 | 13 | F0 | A | 4F |
| Octal | 303 | 303 | 316 | 5 | 5 | 0 | 23 | 360 | 12 | 117 |
| Binary | 11000011 | 11000011 | 11001110 | 101 | 101 | 0 | 10011 | 11110000 | 1010 | 1001111 |
Color Harmonies of #C3C3CE
Complementary color
Monochromatic Colors of #C3C3CE
Black with #C3C3CE
Text Example
Text Example
White with #C3C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C3CE; }
p { color: rgb(195,195,206); }
H1.HeaderClassName
{
color: #C3C3CE;
}
.AnyTagClassName
{
color: #C3C3CE;
}
</style>
background-color css
<style>
a { background-color: #C3C3CE; }
a { background-color: rgb(195,195,206); }
div.DivClassName
{
background-color: #C3C3CE;
}
.BgClassName
{
background-color: #C3C3CE;
}
</style>
border-color css
<style>
span { border-color: #C3C3CE; }
span { border-color: rgb(195,195,206); }
td.TdClassName
{
border-color: #C3C3CE;
}
.TagClassName
{
border-color: #C3C3CE;
}
</style>