Shades of Green Mist #C8CFA1
Tints of Green Mist #C8CFA1
RGB
CMYK
RGB Variations
Color information
#C8CFA1 (or 0xC8CFA1) is known color: Green Mist. HEX triplet: C8, CF and A1. RGB value is (200,207,161). Sum of RGB (Red+Green+Blue) = 200+207+161=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA1 is #37305E. Grayscale: #C7C7C7. Windows color (decimal): -3616863 or 10604488. OLE color: 10604488.
HSL color Cylindrical-coordinate representation of color #C8CFA1: hue angle of 69.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CFA1 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 161 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.19 |
| HSL | 69.13º | 0.32% | 0.72% | - |
| HSV(B) | 69.13º | 0.22% | 0.81% | - |
| XYZ | 52.57 | 59.48 | 42.43 | - |
| YUV | 199.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 161 | 0.03 | 0 | 0.22 | 0.19 | 69.13 | 0.32 | 0.72 |
| Hex | C8 | CF | A1 | 3 | 0 | 16 | 13 | 45 | 20 | 48 |
| Octal | 310 | 317 | 241 | 3 | 0 | 26 | 23 | 105 | 40 | 110 |
| Binary | 11001000 | 11001111 | 10100001 | 11 | 0 | 10110 | 10011 | 1000101 | 100000 | 1001000 |
Color Harmonies of #C8CFA1
Complementary color
Monochromatic Colors of #C8CFA1
Black with #C8CFA1
Text Example
Text Example
White with #C8CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFA1; }
p { color: rgb(200,207,161); }
H1.HeaderClassName
{
color: #C8CFA1;
}
.AnyTagClassName
{
color: #C8CFA1;
}
</style>
background-color css
<style>
a { background-color: #C8CFA1; }
a { background-color: rgb(200,207,161); }
div.DivClassName
{
background-color: #C8CFA1;
}
.BgClassName
{
background-color: #C8CFA1;
}
</style>
border-color css
<style>
span { border-color: #C8CFA1; }
span { border-color: rgb(200,207,161); }
td.TdClassName
{
border-color: #C8CFA1;
}
.TagClassName
{
border-color: #C8CFA1;
}
</style>