Shades of Green Mist #C4CBA1
Tints of Green Mist #C4CBA1
RGB
CMYK
RGB Variations
Color information
#C4CBA1 (or 0xC4CBA1) is known color: Green Mist. HEX triplet: C4, CB and A1. RGB value is (196,203,161). Sum of RGB (Red+Green+Blue) = 196+203+161=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBA1 is #3B345E. Grayscale: #C4C4C4. Windows color (decimal): -3880031 or 10603460. OLE color: 10603460.
HSL color Cylindrical-coordinate representation of color #C4CBA1: hue angle of 70º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CBA1 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 161 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.20 |
| HSL | 70º | 0.29% | 0.71% | - |
| HSV(B) | 70º | 0.21% | 0.8% | - |
| XYZ | 50.55 | 57.02 | 42.06 | - |
| YUV | 196.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 161 | 0.03 | 0 | 0.21 | 0.20 | 70 | 0.29 | 0.71 |
| Hex | C4 | CB | A1 | 3 | 0 | 15 | 14 | 46 | 1D | 47 |
| Octal | 304 | 313 | 241 | 3 | 0 | 25 | 24 | 106 | 35 | 107 |
| Binary | 11000100 | 11001011 | 10100001 | 11 | 0 | 10101 | 10100 | 1000110 | 11101 | 1000111 |
Color Harmonies of #C4CBA1
Complementary color
Monochromatic Colors of #C4CBA1
Black with #C4CBA1
Text Example
Text Example
White with #C4CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBA1; }
p { color: rgb(196,203,161); }
H1.HeaderClassName
{
color: #C4CBA1;
}
.AnyTagClassName
{
color: #C4CBA1;
}
</style>
background-color css
<style>
a { background-color: #C4CBA1; }
a { background-color: rgb(196,203,161); }
div.DivClassName
{
background-color: #C4CBA1;
}
.BgClassName
{
background-color: #C4CBA1;
}
</style>
border-color css
<style>
span { border-color: #C4CBA1; }
span { border-color: rgb(196,203,161); }
td.TdClassName
{
border-color: #C4CBA1;
}
.TagClassName
{
border-color: #C4CBA1;
}
</style>