Shades of Green Mist #CCCFA0
Tints of Green Mist #CCCFA0
RGB
CMYK
RGB Variations
Color information
#CCCFA0 (or 0xCCCFA0) is known color: Green Mist. HEX triplet: CC, CF and A0. RGB value is (204,207,160). Sum of RGB (Red+Green+Blue) = 204+207+160=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA0 is #33305F. Grayscale: #C8C8C8. Windows color (decimal): -3354720 or 10538956. OLE color: 10538956.
HSL color Cylindrical-coordinate representation of color #CCCFA0: hue angle of 63.83º 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 #CCCFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 160 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.19 |
| HSL | 63.83º | 0.33% | 0.72% | - |
| HSV(B) | 63.83º | 0.23% | 0.81% | - |
| XYZ | 53.56 | 60 | 42.02 | - |
| YUV | 200.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 160 | 0.01 | 0 | 0.23 | 0.19 | 63.83 | 0.33 | 0.72 |
| Hex | CC | CF | A0 | 1 | 0 | 17 | 13 | 40 | 21 | 48 |
| Octal | 314 | 317 | 240 | 1 | 0 | 27 | 23 | 100 | 41 | 110 |
| Binary | 11001100 | 11001111 | 10100000 | 1 | 0 | 10111 | 10011 | 1000000 | 100001 | 1001000 |
Color Harmonies of #CCCFA0
Complementary color
Monochromatic Colors of #CCCFA0
Black with #CCCFA0
Text Example
Text Example
White with #CCCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFA0; }
p { color: rgb(204,207,160); }
H1.HeaderClassName
{
color: #CCCFA0;
}
.AnyTagClassName
{
color: #CCCFA0;
}
</style>
background-color css
<style>
a { background-color: #CCCFA0; }
a { background-color: rgb(204,207,160); }
div.DivClassName
{
background-color: #CCCFA0;
}
.BgClassName
{
background-color: #CCCFA0;
}
</style>
border-color css
<style>
span { border-color: #CCCFA0; }
span { border-color: rgb(204,207,160); }
td.TdClassName
{
border-color: #CCCFA0;
}
.TagClassName
{
border-color: #CCCFA0;
}
</style>