Shades of Green Mist #CAC994
Tints of Green Mist #CAC994
RGB
CMYK
RGB Variations
Color information
#CAC994 (or 0xCAC994) is known color: Green Mist. HEX triplet: CA, C9 and 94. RGB value is (202,201,148). Sum of RGB (Red+Green+Blue) = 202+201+148=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC994 is #35366B. Grayscale: #C3C3C3. Windows color (decimal): -3487340 or 9750986. OLE color: 9750986.
HSL color Cylindrical-coordinate representation of color #CAC994: hue angle of 58.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC994 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 148 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.21 |
| HSL | 58.89º | 0.34% | 0.69% | - |
| HSV(B) | 58.89º | 0.27% | 0.79% | - |
| XYZ | 50.59 | 56.47 | 36.25 | - |
| YUV | 195.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 148 | 0 | 0.00 | 0.27 | 0.21 | 58.89 | 0.34 | 0.69 |
| Hex | CA | C9 | 94 | 0 | 0 | 1B | 15 | 3B | 22 | 45 |
| Octal | 312 | 311 | 224 | 0 | 0 | 33 | 25 | 73 | 42 | 105 |
| Binary | 11001010 | 11001001 | 10010100 | 0 | 0 | 11011 | 10101 | 111011 | 100010 | 1000101 |
Color Harmonies of #CAC994
Complementary color
Monochromatic Colors of #CAC994
Black with #CAC994
Text Example
Text Example
White with #CAC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC994; }
p { color: rgb(202,201,148); }
H1.HeaderClassName
{
color: #CAC994;
}
.AnyTagClassName
{
color: #CAC994;
}
</style>
background-color css
<style>
a { background-color: #CAC994; }
a { background-color: rgb(202,201,148); }
div.DivClassName
{
background-color: #CAC994;
}
.BgClassName
{
background-color: #CAC994;
}
</style>
border-color css
<style>
span { border-color: #CAC994; }
span { border-color: rgb(202,201,148); }
td.TdClassName
{
border-color: #CAC994;
}
.TagClassName
{
border-color: #CAC994;
}
</style>