Shades of Ghost #C3C1CA
Tints of Ghost #C3C1CA
RGB
CMYK
RGB Variations
Color information
#C3C1CA (or 0xC3C1CA) is known color: Ghost. HEX triplet: C3, C1 and CA. RGB value is (195,193,202). Sum of RGB (Red+Green+Blue) = 195+193+202=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1CA is #3C3E35. Grayscale: #C2C2C2. Windows color (decimal): -3948086 or 13287875. OLE color: 13287875.
HSL color Cylindrical-coordinate representation of color #C3C1CA: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C1CA is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 193 | 202 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.21 |
| HSL | 253.33º | 0.08% | 0.77% | - |
| HSV(B) | 253.33º | 0.04% | 0.79% | - |
| XYZ | 52.24 | 54.01 | 63.55 | - |
| YUV | 194.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 202 | 0.03 | 0.04 | 0 | 0.21 | 253.33 | 0.08 | 0.77 |
| Hex | C3 | C1 | CA | 3 | 4 | 0 | 15 | FD | 8 | 4D |
| Octal | 303 | 301 | 312 | 3 | 4 | 0 | 25 | 375 | 10 | 115 |
| Binary | 11000011 | 11000001 | 11001010 | 11 | 100 | 0 | 10101 | 11111101 | 1000 | 1001101 |
Color Harmonies of #C3C1CA
Complementary color
Monochromatic Colors of #C3C1CA
Black with #C3C1CA
Text Example
Text Example
White with #C3C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1CA; }
p { color: rgb(195,193,202); }
H1.HeaderClassName
{
color: #C3C1CA;
}
.AnyTagClassName
{
color: #C3C1CA;
}
</style>
background-color css
<style>
a { background-color: #C3C1CA; }
a { background-color: rgb(195,193,202); }
div.DivClassName
{
background-color: #C3C1CA;
}
.BgClassName
{
background-color: #C3C1CA;
}
</style>
border-color css
<style>
span { border-color: #C3C1CA; }
span { border-color: rgb(195,193,202); }
td.TdClassName
{
border-color: #C3C1CA;
}
.TagClassName
{
border-color: #C3C1CA;
}
</style>