Shades of Green Mist #C6CAA0
Tints of Green Mist #C6CAA0
RGB
CMYK
RGB Variations
Color information
#C6CAA0 (or 0xC6CAA0) is known color: Green Mist. HEX triplet: C6, CA and A0. RGB value is (198,202,160). Sum of RGB (Red+Green+Blue) = 198+202+160=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAA0 is #39355F. Grayscale: #C4C4C4. Windows color (decimal): -3749216 or 10537670. OLE color: 10537670.
HSL color Cylindrical-coordinate representation of color #C6CAA0: hue angle of 65.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CAA0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 160 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.21 |
| HSL | 65.71º | 0.28% | 0.71% | - |
| HSV(B) | 65.71º | 0.21% | 0.79% | - |
| XYZ | 50.75 | 56.78 | 41.54 | - |
| YUV | 196.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 160 | 0.02 | 0 | 0.21 | 0.21 | 65.71 | 0.28 | 0.71 |
| Hex | C6 | CA | A0 | 2 | 0 | 15 | 15 | 42 | 1C | 47 |
| Octal | 306 | 312 | 240 | 2 | 0 | 25 | 25 | 102 | 34 | 107 |
| Binary | 11000110 | 11001010 | 10100000 | 10 | 0 | 10101 | 10101 | 1000010 | 11100 | 1000111 |
Color Harmonies of #C6CAA0
Complementary color
Monochromatic Colors of #C6CAA0
Black with #C6CAA0
Text Example
Text Example
White with #C6CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAA0; }
p { color: rgb(198,202,160); }
H1.HeaderClassName
{
color: #C6CAA0;
}
.AnyTagClassName
{
color: #C6CAA0;
}
</style>
background-color css
<style>
a { background-color: #C6CAA0; }
a { background-color: rgb(198,202,160); }
div.DivClassName
{
background-color: #C6CAA0;
}
.BgClassName
{
background-color: #C6CAA0;
}
</style>
border-color css
<style>
span { border-color: #C6CAA0; }
span { border-color: rgb(198,202,160); }
td.TdClassName
{
border-color: #C6CAA0;
}
.TagClassName
{
border-color: #C6CAA0;
}
</style>