Shades of Green Mist #C2C3A0
Tints of Green Mist #C2C3A0
RGB
CMYK
RGB Variations
Color information
#C2C3A0 (or 0xC2C3A0) is known color: Green Mist. HEX triplet: C2, C3 and A0. RGB value is (194,195,160). Sum of RGB (Red+Green+Blue) = 194+195+160=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C3A0 is #3D3C5F. Grayscale: #BEBEBE. Windows color (decimal): -4013152 or 10535874. OLE color: 10535874.
HSL color Cylindrical-coordinate representation of color #C2C3A0: hue angle of 61.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2C3A0 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 160 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.24 |
| HSL | 61.71º | 0.23% | 0.7% | - |
| HSV(B) | 61.71º | 0.18% | 0.76% | - |
| XYZ | 48.11 | 53.04 | 40.96 | - |
| YUV | 190.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 160 | 0.01 | 0 | 0.18 | 0.24 | 61.71 | 0.23 | 0.7 |
| Hex | C2 | C3 | A0 | 1 | 0 | 12 | 18 | 3E | 17 | 46 |
| Octal | 302 | 303 | 240 | 1 | 0 | 22 | 30 | 76 | 27 | 106 |
| Binary | 11000010 | 11000011 | 10100000 | 1 | 0 | 10010 | 11000 | 111110 | 10111 | 1000110 |
Color Harmonies of #C2C3A0
Complementary color
Monochromatic Colors of #C2C3A0
Black with #C2C3A0
Text Example
Text Example
White with #C2C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3A0; }
p { color: rgb(194,195,160); }
H1.HeaderClassName
{
color: #C2C3A0;
}
.AnyTagClassName
{
color: #C2C3A0;
}
</style>
background-color css
<style>
a { background-color: #C2C3A0; }
a { background-color: rgb(194,195,160); }
div.DivClassName
{
background-color: #C2C3A0;
}
.BgClassName
{
background-color: #C2C3A0;
}
</style>
border-color css
<style>
span { border-color: #C2C3A0; }
span { border-color: rgb(194,195,160); }
td.TdClassName
{
border-color: #C2C3A0;
}
.TagClassName
{
border-color: #C2C3A0;
}
</style>