Shades of Green Mist #C8CAA0
Tints of Green Mist #C8CAA0
RGB
CMYK
RGB Variations
Color information
#C8CAA0 (or 0xC8CAA0) is known color: Green Mist. HEX triplet: C8, CA and A0. RGB value is (200,202,160). Sum of RGB (Red+Green+Blue) = 200+202+160=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAA0 is #37355F. Grayscale: #C4C4C4. Windows color (decimal): -3618144 or 10537672. OLE color: 10537672.
HSL color Cylindrical-coordinate representation of color #C8CAA0: hue angle of 62.86º 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 #C8CAA0 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 160 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.21 |
| HSL | 62.86º | 0.28% | 0.71% | - |
| HSV(B) | 62.86º | 0.21% | 0.79% | - |
| XYZ | 51.29 | 57.06 | 41.57 | - |
| YUV | 196.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 160 | 0.01 | 0 | 0.21 | 0.21 | 62.86 | 0.28 | 0.71 |
| Hex | C8 | CA | A0 | 1 | 0 | 15 | 15 | 3F | 1C | 47 |
| Octal | 310 | 312 | 240 | 1 | 0 | 25 | 25 | 77 | 34 | 107 |
| Binary | 11001000 | 11001010 | 10100000 | 1 | 0 | 10101 | 10101 | 111111 | 11100 | 1000111 |
Color Harmonies of #C8CAA0
Complementary color
Monochromatic Colors of #C8CAA0
Black with #C8CAA0
Text Example
Text Example
White with #C8CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAA0; }
p { color: rgb(200,202,160); }
H1.HeaderClassName
{
color: #C8CAA0;
}
.AnyTagClassName
{
color: #C8CAA0;
}
</style>
background-color css
<style>
a { background-color: #C8CAA0; }
a { background-color: rgb(200,202,160); }
div.DivClassName
{
background-color: #C8CAA0;
}
.BgClassName
{
background-color: #C8CAA0;
}
</style>
border-color css
<style>
span { border-color: #C8CAA0; }
span { border-color: rgb(200,202,160); }
td.TdClassName
{
border-color: #C8CAA0;
}
.TagClassName
{
border-color: #C8CAA0;
}
</style>