Shades of Green Mist #CAC895
Tints of Green Mist #CAC895
RGB
CMYK
RGB Variations
Color information
#CAC895 (or 0xCAC895) is known color: Green Mist. HEX triplet: CA, C8 and 95. RGB value is (202,200,149). Sum of RGB (Red+Green+Blue) = 202+200+149=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC895 is #35376A. Grayscale: #C2C2C2. Windows color (decimal): -3487595 or 9816266. OLE color: 9816266.
HSL color Cylindrical-coordinate representation of color #CAC895: hue angle of 57.74º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC895 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 149 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.21 |
| HSL | 57.74º | 0.33% | 0.69% | - |
| HSV(B) | 57.74º | 0.26% | 0.79% | - |
| XYZ | 50.44 | 56.04 | 36.59 | - |
| YUV | 194.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 149 | 0 | 0.01 | 0.26 | 0.21 | 57.74 | 0.33 | 0.69 |
| Hex | CA | C8 | 95 | 0 | 1 | 1A | 15 | 3A | 21 | 45 |
| Octal | 312 | 310 | 225 | 0 | 1 | 32 | 25 | 72 | 41 | 105 |
| Binary | 11001010 | 11001000 | 10010101 | 0 | 1 | 11010 | 10101 | 111010 | 100001 | 1000101 |
Color Harmonies of #CAC895
Complementary color
Monochromatic Colors of #CAC895
Black with #CAC895
Text Example
Text Example
White with #CAC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC895; }
p { color: rgb(202,200,149); }
H1.HeaderClassName
{
color: #CAC895;
}
.AnyTagClassName
{
color: #CAC895;
}
</style>
background-color css
<style>
a { background-color: #CAC895; }
a { background-color: rgb(202,200,149); }
div.DivClassName
{
background-color: #CAC895;
}
.BgClassName
{
background-color: #CAC895;
}
</style>
border-color css
<style>
span { border-color: #CAC895; }
span { border-color: rgb(202,200,149); }
td.TdClassName
{
border-color: #CAC895;
}
.TagClassName
{
border-color: #CAC895;
}
</style>