Shades of Ghost #C3C0CC
Tints of Ghost #C3C0CC
RGB
CMYK
RGB Variations
Color information
#C3C0CC (or 0xC3C0CC) is known color: Ghost. HEX triplet: C3, C0 and CC. RGB value is (195,192,204). Sum of RGB (Red+Green+Blue) = 195+192+204=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0CC is #3C3F33. Grayscale: #C2C2C2. Windows color (decimal): -3948340 or 13418691. OLE color: 13418691.
HSL color Cylindrical-coordinate representation of color #C3C0CC: hue angle of 255º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C0CC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 192 | 204 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.2 |
| HSL | 255º | 0.11% | 0.78% | - |
| HSV(B) | 255º | 0.06% | 0.8% | - |
| XYZ | 52.25 | 53.66 | 64.73 | - |
| YUV | 194.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 204 | 0.04 | 0.06 | 0 | 0.2 | 255 | 0.11 | 0.78 |
| Hex | C3 | C0 | CC | 4 | 6 | 0 | 14 | FF | B | 4E |
| Octal | 303 | 300 | 314 | 4 | 6 | 0 | 24 | 377 | 13 | 116 |
| Binary | 11000011 | 11000000 | 11001100 | 100 | 110 | 0 | 10100 | 11111111 | 1011 | 1001110 |
Color Harmonies of #C3C0CC
Complementary color
Monochromatic Colors of #C3C0CC
Black with #C3C0CC
Text Example
Text Example
White with #C3C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0CC; }
p { color: rgb(195,192,204); }
H1.HeaderClassName
{
color: #C3C0CC;
}
.AnyTagClassName
{
color: #C3C0CC;
}
</style>
background-color css
<style>
a { background-color: #C3C0CC; }
a { background-color: rgb(195,192,204); }
div.DivClassName
{
background-color: #C3C0CC;
}
.BgClassName
{
background-color: #C3C0CC;
}
</style>
border-color css
<style>
span { border-color: #C3C0CC; }
span { border-color: rgb(195,192,204); }
td.TdClassName
{
border-color: #C3C0CC;
}
.TagClassName
{
border-color: #C3C0CC;
}
</style>