Shades of Green Mist #C9CFA3
Tints of Green Mist #C9CFA3
RGB
CMYK
RGB Variations
Color information
#C9CFA3 (or 0xC9CFA3) is known color: Green Mist. HEX triplet: C9, CF and A3. RGB value is (201,207,163). Sum of RGB (Red+Green+Blue) = 201+207+163=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA3 is #36305C. Grayscale: #C8C8C8. Windows color (decimal): -3551325 or 10735561. OLE color: 10735561.
HSL color Cylindrical-coordinate representation of color #C9CFA3: hue angle of 68.18º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CFA3 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 163 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.19 |
| HSL | 68.18º | 0.31% | 0.73% | - |
| HSV(B) | 68.18º | 0.21% | 0.81% | - |
| XYZ | 53.01 | 59.69 | 43.38 | - |
| YUV | 200.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 163 | 0.03 | 0 | 0.21 | 0.19 | 68.18 | 0.31 | 0.73 |
| Hex | C9 | CF | A3 | 3 | 0 | 15 | 13 | 44 | 1F | 49 |
| Octal | 311 | 317 | 243 | 3 | 0 | 25 | 23 | 104 | 37 | 111 |
| Binary | 11001001 | 11001111 | 10100011 | 11 | 0 | 10101 | 10011 | 1000100 | 11111 | 1001001 |
Color Harmonies of #C9CFA3
Complementary color
Monochromatic Colors of #C9CFA3
Black with #C9CFA3
Text Example
Text Example
White with #C9CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFA3; }
p { color: rgb(201,207,163); }
H1.HeaderClassName
{
color: #C9CFA3;
}
.AnyTagClassName
{
color: #C9CFA3;
}
</style>
background-color css
<style>
a { background-color: #C9CFA3; }
a { background-color: rgb(201,207,163); }
div.DivClassName
{
background-color: #C9CFA3;
}
.BgClassName
{
background-color: #C9CFA3;
}
</style>
border-color css
<style>
span { border-color: #C9CFA3; }
span { border-color: rgb(201,207,163); }
td.TdClassName
{
border-color: #C9CFA3;
}
.TagClassName
{
border-color: #C9CFA3;
}
</style>