Shades of Ghost #C2C3CC
Tints of Ghost #C2C3CC
RGB
CMYK
RGB Variations
Color information
#C2C3CC (or 0xC2C3CC) is known color: Ghost. HEX triplet: C2, C3 and CC. RGB value is (194,195,204). Sum of RGB (Red+Green+Blue) = 194+195+204=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3CC is #3D3C33. Grayscale: #C3C3C3. Windows color (decimal): -4013108 or 13419458. OLE color: 13419458.
HSL color Cylindrical-coordinate representation of color #C2C3CC: hue angle of 234º degrees, saturation: 0.09, 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 #C2C3CC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 195 | 204 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.2 |
| HSL | 234º | 0.09% | 0.78% | - |
| HSV(B) | 234º | 0.05% | 0.8% | - |
| XYZ | 52.66 | 54.86 | 64.94 | - |
| YUV | 195.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 204 | 0.05 | 0.04 | 0 | 0.2 | 234 | 0.09 | 0.78 |
| Hex | C2 | C3 | CC | 5 | 4 | 0 | 14 | EA | 9 | 4E |
| Octal | 302 | 303 | 314 | 5 | 4 | 0 | 24 | 352 | 11 | 116 |
| Binary | 11000010 | 11000011 | 11001100 | 101 | 100 | 0 | 10100 | 11101010 | 1001 | 1001110 |
Color Harmonies of #C2C3CC
Complementary color
Monochromatic Colors of #C2C3CC
Black with #C2C3CC
Text Example
Text Example
White with #C2C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3CC; }
p { color: rgb(194,195,204); }
H1.HeaderClassName
{
color: #C2C3CC;
}
.AnyTagClassName
{
color: #C2C3CC;
}
</style>
background-color css
<style>
a { background-color: #C2C3CC; }
a { background-color: rgb(194,195,204); }
div.DivClassName
{
background-color: #C2C3CC;
}
.BgClassName
{
background-color: #C2C3CC;
}
</style>
border-color css
<style>
span { border-color: #C2C3CC; }
span { border-color: rgb(194,195,204); }
td.TdClassName
{
border-color: #C2C3CC;
}
.TagClassName
{
border-color: #C2C3CC;
}
</style>