Shades of Green Mist #CAC79C
Tints of Green Mist #CAC79C
RGB
CMYK
RGB Variations
Color information
#CAC79C (or 0xCAC79C) is known color: Green Mist. HEX triplet: CA, C7 and 9C. RGB value is (202,199,156). Sum of RGB (Red+Green+Blue) = 202+199+156=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC79C is #353863. Grayscale: #C3C3C3. Windows color (decimal): -3487844 or 10274762. OLE color: 10274762.
HSL color Cylindrical-coordinate representation of color #CAC79C: hue angle of 56.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC79C is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 156 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.21 |
| HSL | 56.09º | 0.3% | 0.7% | - |
| HSV(B) | 56.09º | 0.23% | 0.79% | - |
| XYZ | 50.78 | 55.8 | 39.55 | - |
| YUV | 195 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 156 | 0 | 0.01 | 0.23 | 0.21 | 56.09 | 0.3 | 0.7 |
| Hex | CA | C7 | 9C | 0 | 1 | 17 | 15 | 38 | 1E | 46 |
| Octal | 312 | 307 | 234 | 0 | 1 | 27 | 25 | 70 | 36 | 106 |
| Binary | 11001010 | 11000111 | 10011100 | 0 | 1 | 10111 | 10101 | 111000 | 11110 | 1000110 |
Color Harmonies of #CAC79C
Complementary color
Monochromatic Colors of #CAC79C
Black with #CAC79C
Text Example
Text Example
White with #CAC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC79C; }
p { color: rgb(202,199,156); }
H1.HeaderClassName
{
color: #CAC79C;
}
.AnyTagClassName
{
color: #CAC79C;
}
</style>
background-color css
<style>
a { background-color: #CAC79C; }
a { background-color: rgb(202,199,156); }
div.DivClassName
{
background-color: #CAC79C;
}
.BgClassName
{
background-color: #CAC79C;
}
</style>
border-color css
<style>
span { border-color: #CAC79C; }
span { border-color: rgb(202,199,156); }
td.TdClassName
{
border-color: #CAC79C;
}
.TagClassName
{
border-color: #CAC79C;
}
</style>