Shades of Green Mist #C9CFA0
Tints of Green Mist #C9CFA0
RGB
CMYK
RGB Variations
Color information
#C9CFA0 (or 0xC9CFA0) is known color: Green Mist. HEX triplet: C9, CF and A0. RGB value is (201,207,160). Sum of RGB (Red+Green+Blue) = 201+207+160=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA0 is #36305F. Grayscale: #C8C8C8. Windows color (decimal): -3551328 or 10538953. OLE color: 10538953.
HSL color Cylindrical-coordinate representation of color #C9CFA0: hue angle of 67.66º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9CFA0 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 160 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.19 |
| HSL | 67.66º | 0.33% | 0.72% | - |
| HSV(B) | 67.66º | 0.23% | 0.81% | - |
| XYZ | 52.75 | 59.58 | 41.98 | - |
| YUV | 199.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 160 | 0.03 | 0 | 0.23 | 0.19 | 67.66 | 0.33 | 0.72 |
| Hex | C9 | CF | A0 | 3 | 0 | 17 | 13 | 44 | 21 | 48 |
| Octal | 311 | 317 | 240 | 3 | 0 | 27 | 23 | 104 | 41 | 110 |
| Binary | 11001001 | 11001111 | 10100000 | 11 | 0 | 10111 | 10011 | 1000100 | 100001 | 1001000 |
Color Harmonies of #C9CFA0
Complementary color
Monochromatic Colors of #C9CFA0
Black with #C9CFA0
Text Example
Text Example
White with #C9CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA0; }
p { color: rgb(201,207,160); }
H1.HeaderClassName
{
color: #C9CFA0;
}
.AnyTagClassName
{
color: #C9CFA0;
}
</style>
background-color css
<style>
a { background-color: #C9CFA0; }
a { background-color: rgb(201,207,160); }
div.DivClassName
{
background-color: #C9CFA0;
}
.BgClassName
{
background-color: #C9CFA0;
}
</style>
border-color css
<style>
span { border-color: #C9CFA0; }
span { border-color: rgb(201,207,160); }
td.TdClassName
{
border-color: #C9CFA0;
}
.TagClassName
{
border-color: #C9CFA0;
}
</style>