Shades of Green Mist #CAC894
Tints of Green Mist #CAC894
RGB
CMYK
RGB Variations
Color information
#CAC894 (or 0xCAC894) is known color: Green Mist. HEX triplet: CA, C8 and 94. RGB value is (202,200,148). Sum of RGB (Red+Green+Blue) = 202+200+148=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC894 is #35376B. Grayscale: #C2C2C2. Windows color (decimal): -3487596 or 9750730. OLE color: 9750730.
HSL color Cylindrical-coordinate representation of color #CAC894: hue angle of 57.78º 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 #CAC894 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 148 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.21 |
| HSL | 57.78º | 0.34% | 0.69% | - |
| HSV(B) | 57.78º | 0.27% | 0.79% | - |
| XYZ | 50.36 | 56 | 36.17 | - |
| YUV | 194.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 148 | 0 | 0.01 | 0.27 | 0.21 | 57.78 | 0.34 | 0.69 |
| Hex | CA | C8 | 94 | 0 | 1 | 1B | 15 | 3A | 22 | 45 |
| Octal | 312 | 310 | 224 | 0 | 1 | 33 | 25 | 72 | 42 | 105 |
| Binary | 11001010 | 11001000 | 10010100 | 0 | 1 | 11011 | 10101 | 111010 | 100010 | 1000101 |
Color Harmonies of #CAC894
Complementary color
Monochromatic Colors of #CAC894
Black with #CAC894
Text Example
Text Example
White with #CAC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC894; }
p { color: rgb(202,200,148); }
H1.HeaderClassName
{
color: #CAC894;
}
.AnyTagClassName
{
color: #CAC894;
}
</style>
background-color css
<style>
a { background-color: #CAC894; }
a { background-color: rgb(202,200,148); }
div.DivClassName
{
background-color: #CAC894;
}
.BgClassName
{
background-color: #CAC894;
}
</style>
border-color css
<style>
span { border-color: #CAC894; }
span { border-color: rgb(202,200,148); }
td.TdClassName
{
border-color: #CAC894;
}
.TagClassName
{
border-color: #CAC894;
}
</style>