Shades of Green Mist #CAC69A
Tints of Green Mist #CAC69A
RGB
CMYK
RGB Variations
Color information
#CAC69A (or 0xCAC69A) is known color: Green Mist. HEX triplet: CA, C6 and 9A. RGB value is (202,198,154). Sum of RGB (Red+Green+Blue) = 202+198+154=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC69A is #353965. Grayscale: #C2C2C2. Windows color (decimal): -3488102 or 10143434. OLE color: 10143434.
HSL color Cylindrical-coordinate representation of color #CAC69A: hue angle of 55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC69A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 154 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.21 |
| HSL | 55º | 0.31% | 0.7% | - |
| HSV(B) | 55º | 0.24% | 0.79% | - |
| XYZ | 50.38 | 55.28 | 38.59 | - |
| YUV | 194.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 154 | 0 | 0.02 | 0.24 | 0.21 | 55 | 0.31 | 0.7 |
| Hex | CA | C6 | 9A | 0 | 2 | 18 | 15 | 37 | 1F | 46 |
| Octal | 312 | 306 | 232 | 0 | 2 | 30 | 25 | 67 | 37 | 106 |
| Binary | 11001010 | 11000110 | 10011010 | 0 | 10 | 11000 | 10101 | 110111 | 11111 | 1000110 |
Color Harmonies of #CAC69A
Complementary color
Monochromatic Colors of #CAC69A
Black with #CAC69A
Text Example
Text Example
White with #CAC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC69A; }
p { color: rgb(202,198,154); }
H1.HeaderClassName
{
color: #CAC69A;
}
.AnyTagClassName
{
color: #CAC69A;
}
</style>
background-color css
<style>
a { background-color: #CAC69A; }
a { background-color: rgb(202,198,154); }
div.DivClassName
{
background-color: #CAC69A;
}
.BgClassName
{
background-color: #CAC69A;
}
</style>
border-color css
<style>
span { border-color: #CAC69A; }
span { border-color: rgb(202,198,154); }
td.TdClassName
{
border-color: #CAC69A;
}
.TagClassName
{
border-color: #CAC69A;
}
</style>