Shades of Green Mist #CACBA1
Tints of Green Mist #CACBA1
RGB
CMYK
RGB Variations
Color information
#CACBA1 (or 0xCACBA1) is known color: Green Mist. HEX triplet: CA, CB and A1. RGB value is (202,203,161). Sum of RGB (Red+Green+Blue) = 202+203+161=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBA1 is #35345E. Grayscale: #C6C6C6. Windows color (decimal): -3486815 or 10603466. OLE color: 10603466.
HSL color Cylindrical-coordinate representation of color #CACBA1: hue angle of 61.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACBA1 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 161 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.20 |
| HSL | 61.43º | 0.29% | 0.71% | - |
| HSV(B) | 61.43º | 0.21% | 0.8% | - |
| XYZ | 52.15 | 57.84 | 42.13 | - |
| YUV | 197.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 161 | 0.00 | 0 | 0.21 | 0.20 | 61.43 | 0.29 | 0.71 |
| Hex | CA | CB | A1 | 0 | 0 | 15 | 14 | 3D | 1D | 47 |
| Octal | 312 | 313 | 241 | 0 | 0 | 25 | 24 | 75 | 35 | 107 |
| Binary | 11001010 | 11001011 | 10100001 | 0 | 0 | 10101 | 10100 | 111101 | 11101 | 1000111 |
Color Harmonies of #CACBA1
Complementary color
Monochromatic Colors of #CACBA1
Black with #CACBA1
Text Example
Text Example
White with #CACBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBA1; }
p { color: rgb(202,203,161); }
H1.HeaderClassName
{
color: #CACBA1;
}
.AnyTagClassName
{
color: #CACBA1;
}
</style>
background-color css
<style>
a { background-color: #CACBA1; }
a { background-color: rgb(202,203,161); }
div.DivClassName
{
background-color: #CACBA1;
}
.BgClassName
{
background-color: #CACBA1;
}
</style>
border-color css
<style>
span { border-color: #CACBA1; }
span { border-color: rgb(202,203,161); }
td.TdClassName
{
border-color: #CACBA1;
}
.TagClassName
{
border-color: #CACBA1;
}
</style>