Shades of Green Mist #CAC797
Tints of Green Mist #CAC797
RGB
CMYK
RGB Variations
Color information
#CAC797 (or 0xCAC797) is known color: Green Mist. HEX triplet: CA, C7 and 97. RGB value is (202,199,151). Sum of RGB (Red+Green+Blue) = 202+199+151=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC797 is #353868. Grayscale: #C2C2C2. Windows color (decimal): -3487849 or 9947082. OLE color: 9947082.
HSL color Cylindrical-coordinate representation of color #CAC797: hue angle of 56.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAC797 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 151 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.21 |
| HSL | 56.47º | 0.32% | 0.69% | - |
| HSV(B) | 56.47º | 0.25% | 0.79% | - |
| XYZ | 50.37 | 55.64 | 37.36 | - |
| YUV | 194.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 151 | 0 | 0.01 | 0.25 | 0.21 | 56.47 | 0.32 | 0.69 |
| Hex | CA | C7 | 97 | 0 | 1 | 19 | 15 | 38 | 20 | 45 |
| Octal | 312 | 307 | 227 | 0 | 1 | 31 | 25 | 70 | 40 | 105 |
| Binary | 11001010 | 11000111 | 10010111 | 0 | 1 | 11001 | 10101 | 111000 | 100000 | 1000101 |
Color Harmonies of #CAC797
Complementary color
Monochromatic Colors of #CAC797
Black with #CAC797
Text Example
Text Example
White with #CAC797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC797; }
p { color: rgb(202,199,151); }
H1.HeaderClassName
{
color: #CAC797;
}
.AnyTagClassName
{
color: #CAC797;
}
</style>
background-color css
<style>
a { background-color: #CAC797; }
a { background-color: rgb(202,199,151); }
div.DivClassName
{
background-color: #CAC797;
}
.BgClassName
{
background-color: #CAC797;
}
</style>
border-color css
<style>
span { border-color: #CAC797; }
span { border-color: rgb(202,199,151); }
td.TdClassName
{
border-color: #CAC797;
}
.TagClassName
{
border-color: #CAC797;
}
</style>