Shades of Green Mist #C8CA9F
Tints of Green Mist #C8CA9F
RGB
CMYK
RGB Variations
Color information
#C8CA9F (or 0xC8CA9F) is known color: Green Mist. HEX triplet: C8, CA and 9F. RGB value is (200,202,159). Sum of RGB (Red+Green+Blue) = 200+202+159=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA9F is #373560. Grayscale: #C4C4C4. Windows color (decimal): -3618145 or 10472136. OLE color: 10472136.
HSL color Cylindrical-coordinate representation of color #C8CA9F: hue angle of 62.79º degrees, saturation: 0.29, 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 #C8CA9F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 159 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.21 |
| HSL | 62.79º | 0.29% | 0.71% | - |
| HSV(B) | 62.79º | 0.21% | 0.79% | - |
| XYZ | 51.2 | 57.02 | 41.11 | - |
| YUV | 196.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 159 | 0.01 | 0 | 0.21 | 0.21 | 62.79 | 0.29 | 0.71 |
| Hex | C8 | CA | 9F | 1 | 0 | 15 | 15 | 3F | 1D | 47 |
| Octal | 310 | 312 | 237 | 1 | 0 | 25 | 25 | 77 | 35 | 107 |
| Binary | 11001000 | 11001010 | 10011111 | 1 | 0 | 10101 | 10101 | 111111 | 11101 | 1000111 |
Color Harmonies of #C8CA9F
Complementary color
Monochromatic Colors of #C8CA9F
Black with #C8CA9F
Text Example
Text Example
White with #C8CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA9F; }
p { color: rgb(200,202,159); }
H1.HeaderClassName
{
color: #C8CA9F;
}
.AnyTagClassName
{
color: #C8CA9F;
}
</style>
background-color css
<style>
a { background-color: #C8CA9F; }
a { background-color: rgb(200,202,159); }
div.DivClassName
{
background-color: #C8CA9F;
}
.BgClassName
{
background-color: #C8CA9F;
}
</style>
border-color css
<style>
span { border-color: #C8CA9F; }
span { border-color: rgb(200,202,159); }
td.TdClassName
{
border-color: #C8CA9F;
}
.TagClassName
{
border-color: #C8CA9F;
}
</style>