Shades of Green Mist #C6CAA1
Tints of Green Mist #C6CAA1
RGB
CMYK
RGB Variations
Color information
#C6CAA1 (or 0xC6CAA1) is known color: Green Mist. HEX triplet: C6, CA and A1. RGB value is (198,202,161). Sum of RGB (Red+Green+Blue) = 198+202+161=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAA1 is #39355E. Grayscale: #C4C4C4. Windows color (decimal): -3749215 or 10603206. OLE color: 10603206.
HSL color Cylindrical-coordinate representation of color #C6CAA1: hue angle of 65.85º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6CAA1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 161 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.21 |
| HSL | 65.85º | 0.28% | 0.71% | - |
| HSV(B) | 65.85º | 0.2% | 0.79% | - |
| XYZ | 50.84 | 56.82 | 42.01 | - |
| YUV | 196.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 161 | 0.02 | 0 | 0.20 | 0.21 | 65.85 | 0.28 | 0.71 |
| Hex | C6 | CA | A1 | 2 | 0 | 14 | 15 | 42 | 1C | 47 |
| Octal | 306 | 312 | 241 | 2 | 0 | 24 | 25 | 102 | 34 | 107 |
| Binary | 11000110 | 11001010 | 10100001 | 10 | 0 | 10100 | 10101 | 1000010 | 11100 | 1000111 |
Color Harmonies of #C6CAA1
Complementary color
Monochromatic Colors of #C6CAA1
Black with #C6CAA1
Text Example
Text Example
White with #C6CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAA1; }
p { color: rgb(198,202,161); }
H1.HeaderClassName
{
color: #C6CAA1;
}
.AnyTagClassName
{
color: #C6CAA1;
}
</style>
background-color css
<style>
a { background-color: #C6CAA1; }
a { background-color: rgb(198,202,161); }
div.DivClassName
{
background-color: #C6CAA1;
}
.BgClassName
{
background-color: #C6CAA1;
}
</style>
border-color css
<style>
span { border-color: #C6CAA1; }
span { border-color: rgb(198,202,161); }
td.TdClassName
{
border-color: #C6CAA1;
}
.TagClassName
{
border-color: #C6CAA1;
}
</style>