Shades of Green Mist #C9CBA1
Tints of Green Mist #C9CBA1
RGB
CMYK
RGB Variations
Color information
#C9CBA1 (or 0xC9CBA1) is known color: Green Mist. HEX triplet: C9, CB and A1. RGB value is (201,203,161). Sum of RGB (Red+Green+Blue) = 201+203+161=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBA1 is #36345E. Grayscale: #C5C5C5. Windows color (decimal): -3552351 or 10603465. OLE color: 10603465.
HSL color Cylindrical-coordinate representation of color #C9CBA1: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CBA1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 161 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.20 |
| HSL | 62.86º | 0.29% | 0.71% | - |
| HSV(B) | 62.86º | 0.21% | 0.8% | - |
| XYZ | 51.88 | 57.7 | 42.12 | - |
| YUV | 197.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 161 | 0.01 | 0 | 0.21 | 0.20 | 62.86 | 0.29 | 0.71 |
| Hex | C9 | CB | A1 | 1 | 0 | 15 | 14 | 3F | 1D | 47 |
| Octal | 311 | 313 | 241 | 1 | 0 | 25 | 24 | 77 | 35 | 107 |
| Binary | 11001001 | 11001011 | 10100001 | 1 | 0 | 10101 | 10100 | 111111 | 11101 | 1000111 |
Color Harmonies of #C9CBA1
Complementary color
Monochromatic Colors of #C9CBA1
Black with #C9CBA1
Text Example
Text Example
White with #C9CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBA1; }
p { color: rgb(201,203,161); }
H1.HeaderClassName
{
color: #C9CBA1;
}
.AnyTagClassName
{
color: #C9CBA1;
}
</style>
background-color css
<style>
a { background-color: #C9CBA1; }
a { background-color: rgb(201,203,161); }
div.DivClassName
{
background-color: #C9CBA1;
}
.BgClassName
{
background-color: #C9CBA1;
}
</style>
border-color css
<style>
span { border-color: #C9CBA1; }
span { border-color: rgb(201,203,161); }
td.TdClassName
{
border-color: #C9CBA1;
}
.TagClassName
{
border-color: #C9CBA1;
}
</style>