Shades of Ghost #C3C1CC
Tints of Ghost #C3C1CC
RGB
CMYK
RGB Variations
Color information
#C3C1CC (or 0xC3C1CC) is known color: Ghost. HEX triplet: C3, C1 and CC. RGB value is (195,193,204). Sum of RGB (Red+Green+Blue) = 195+193+204=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1CC is #3C3E33. Grayscale: #C2C2C2. Windows color (decimal): -3948084 or 13418947. OLE color: 13418947.
HSL color Cylindrical-coordinate representation of color #C3C1CC: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C1CC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 193 | 204 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.2 |
| HSL | 250.91º | 0.1% | 0.78% | - |
| HSV(B) | 250.91º | 0.05% | 0.8% | - |
| XYZ | 52.47 | 54.1 | 64.8 | - |
| YUV | 194.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 204 | 0.04 | 0.05 | 0 | 0.2 | 250.91 | 0.1 | 0.78 |
| Hex | C3 | C1 | CC | 4 | 5 | 0 | 14 | FB | A | 4E |
| Octal | 303 | 301 | 314 | 4 | 5 | 0 | 24 | 373 | 12 | 116 |
| Binary | 11000011 | 11000001 | 11001100 | 100 | 101 | 0 | 10100 | 11111011 | 1010 | 1001110 |
Color Harmonies of #C3C1CC
Complementary color
Monochromatic Colors of #C3C1CC
Black with #C3C1CC
Text Example
Text Example
White with #C3C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1CC; }
p { color: rgb(195,193,204); }
H1.HeaderClassName
{
color: #C3C1CC;
}
.AnyTagClassName
{
color: #C3C1CC;
}
</style>
background-color css
<style>
a { background-color: #C3C1CC; }
a { background-color: rgb(195,193,204); }
div.DivClassName
{
background-color: #C3C1CC;
}
.BgClassName
{
background-color: #C3C1CC;
}
</style>
border-color css
<style>
span { border-color: #C3C1CC; }
span { border-color: rgb(195,193,204); }
td.TdClassName
{
border-color: #C3C1CC;
}
.TagClassName
{
border-color: #C3C1CC;
}
</style>