Shades of Green Mist #CCCF9D
Tints of Green Mist #CCCF9D
RGB
CMYK
RGB Variations
Color information
#CCCF9D (or 0xCCCF9D) is known color: Green Mist. HEX triplet: CC, CF and 9D. RGB value is (204,207,157). Sum of RGB (Red+Green+Blue) = 204+207+157=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF9D is #333062. Grayscale: #C8C8C8. Windows color (decimal): -3354723 or 10342348. OLE color: 10342348.
HSL color Cylindrical-coordinate representation of color #CCCF9D: hue angle of 63.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCCF9D is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 157 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.19 |
| HSL | 63.6º | 0.34% | 0.71% | - |
| HSV(B) | 63.6º | 0.24% | 0.81% | - |
| XYZ | 53.3 | 59.9 | 40.65 | - |
| YUV | 200.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 157 | 0.01 | 0 | 0.24 | 0.19 | 63.6 | 0.34 | 0.71 |
| Hex | CC | CF | 9D | 1 | 0 | 18 | 13 | 40 | 22 | 47 |
| Octal | 314 | 317 | 235 | 1 | 0 | 30 | 23 | 100 | 42 | 107 |
| Binary | 11001100 | 11001111 | 10011101 | 1 | 0 | 11000 | 10011 | 1000000 | 100010 | 1000111 |
Color Harmonies of #CCCF9D
Complementary color
Monochromatic Colors of #CCCF9D
Black with #CCCF9D
Text Example
Text Example
White with #CCCF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF9D; }
p { color: rgb(204,207,157); }
H1.HeaderClassName
{
color: #CCCF9D;
}
.AnyTagClassName
{
color: #CCCF9D;
}
</style>
background-color css
<style>
a { background-color: #CCCF9D; }
a { background-color: rgb(204,207,157); }
div.DivClassName
{
background-color: #CCCF9D;
}
.BgClassName
{
background-color: #CCCF9D;
}
</style>
border-color css
<style>
span { border-color: #CCCF9D; }
span { border-color: rgb(204,207,157); }
td.TdClassName
{
border-color: #CCCF9D;
}
.TagClassName
{
border-color: #CCCF9D;
}
</style>