Shades of Green Mist #C8CFA3
Tints of Green Mist #C8CFA3
RGB
CMYK
RGB Variations
Color information
#C8CFA3 (or 0xC8CFA3) is known color: Green Mist. HEX triplet: C8, CF and A3. RGB value is (200,207,163). Sum of RGB (Red+Green+Blue) = 200+207+163=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA3 is #37305C. Grayscale: #C8C8C8. Windows color (decimal): -3616861 or 10735560. OLE color: 10735560.
HSL color Cylindrical-coordinate representation of color #C8CFA3: hue angle of 69.55º 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 #C8CFA3 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 163 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.19 |
| HSL | 69.55º | 0.31% | 0.73% | - |
| HSV(B) | 69.55º | 0.21% | 0.81% | - |
| XYZ | 52.74 | 59.55 | 43.36 | - |
| YUV | 199.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 163 | 0.03 | 0 | 0.21 | 0.19 | 69.55 | 0.31 | 0.73 |
| Hex | C8 | CF | A3 | 3 | 0 | 15 | 13 | 46 | 1F | 49 |
| Octal | 310 | 317 | 243 | 3 | 0 | 25 | 23 | 106 | 37 | 111 |
| Binary | 11001000 | 11001111 | 10100011 | 11 | 0 | 10101 | 10011 | 1000110 | 11111 | 1001001 |
Color Harmonies of #C8CFA3
Complementary color
Monochromatic Colors of #C8CFA3
Black with #C8CFA3
Text Example
Text Example
White with #C8CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFA3; }
p { color: rgb(200,207,163); }
H1.HeaderClassName
{
color: #C8CFA3;
}
.AnyTagClassName
{
color: #C8CFA3;
}
</style>
background-color css
<style>
a { background-color: #C8CFA3; }
a { background-color: rgb(200,207,163); }
div.DivClassName
{
background-color: #C8CFA3;
}
.BgClassName
{
background-color: #C8CFA3;
}
</style>
border-color css
<style>
span { border-color: #C8CFA3; }
span { border-color: rgb(200,207,163); }
td.TdClassName
{
border-color: #C8CFA3;
}
.TagClassName
{
border-color: #C8CFA3;
}
</style>