Shades of Green Mist #CAC898
Tints of Green Mist #CAC898
RGB
CMYK
RGB Variations
Color information
#CAC898 (or 0xCAC898) is known color: Green Mist. HEX triplet: CA, C8 and 98. RGB value is (202,200,152). Sum of RGB (Red+Green+Blue) = 202+200+152=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC898 is #353767. Grayscale: #C3C3C3. Windows color (decimal): -3487592 or 10012874. OLE color: 10012874.
HSL color Cylindrical-coordinate representation of color #CAC898: hue angle of 57.6º 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 #CAC898 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 152 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.21 |
| HSL | 57.6º | 0.32% | 0.69% | - |
| HSV(B) | 57.6º | 0.25% | 0.79% | - |
| XYZ | 50.68 | 56.13 | 37.87 | - |
| YUV | 195.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 152 | 0 | 0.01 | 0.25 | 0.21 | 57.6 | 0.32 | 0.69 |
| Hex | CA | C8 | 98 | 0 | 1 | 19 | 15 | 3A | 20 | 45 |
| Octal | 312 | 310 | 230 | 0 | 1 | 31 | 25 | 72 | 40 | 105 |
| Binary | 11001010 | 11001000 | 10011000 | 0 | 1 | 11001 | 10101 | 111010 | 100000 | 1000101 |
Color Harmonies of #CAC898
Complementary color
Monochromatic Colors of #CAC898
Black with #CAC898
Text Example
Text Example
White with #CAC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC898; }
p { color: rgb(202,200,152); }
H1.HeaderClassName
{
color: #CAC898;
}
.AnyTagClassName
{
color: #CAC898;
}
</style>
background-color css
<style>
a { background-color: #CAC898; }
a { background-color: rgb(202,200,152); }
div.DivClassName
{
background-color: #CAC898;
}
.BgClassName
{
background-color: #CAC898;
}
</style>
border-color css
<style>
span { border-color: #CAC898; }
span { border-color: rgb(202,200,152); }
td.TdClassName
{
border-color: #CAC898;
}
.TagClassName
{
border-color: #CAC898;
}
</style>