Shades of Tacha #CABA5E
Tints of Tacha #CABA5E
RGB
CMYK
RGB Variations
Color information
#CABA5E (or 0xCABA5E) is known color: Tacha. HEX triplet: CA, BA and 5E. RGB value is (202,186,94). Sum of RGB (Red+Green+Blue) = 202+186+94=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA5E is #3545A1. Grayscale: #B4B4B4. Windows color (decimal): -3491234 or 6208202. OLE color: 6208202.
HSL color Cylindrical-coordinate representation of color #CABA5E: hue angle of 51.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CABA5E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 94 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.21 |
| HSL | 51.11º | 0.5% | 0.58% | - |
| HSV(B) | 51.11º | 0.53% | 0.79% | - |
| XYZ | 43.94 | 48.48 | 17.63 | - |
| YUV | 180.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 94 | 0 | 0.08 | 0.53 | 0.21 | 51.11 | 0.5 | 0.58 |
| Hex | CA | BA | 5E | 0 | 8 | 35 | 15 | 33 | 32 | 3A |
| Octal | 312 | 272 | 136 | 0 | 10 | 65 | 25 | 63 | 62 | 72 |
| Binary | 11001010 | 10111010 | 1011110 | 0 | 1000 | 110101 | 10101 | 110011 | 110010 | 111010 |
Color Harmonies of #CABA5E
Complementary color
Monochromatic Colors of #CABA5E
Black with #CABA5E
Text Example
Text Example
White with #CABA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA5E; }
p { color: rgb(202,186,94); }
H1.HeaderClassName
{
color: #CABA5E;
}
.AnyTagClassName
{
color: #CABA5E;
}
</style>
background-color css
<style>
a { background-color: #CABA5E; }
a { background-color: rgb(202,186,94); }
div.DivClassName
{
background-color: #CABA5E;
}
.BgClassName
{
background-color: #CABA5E;
}
</style>
border-color css
<style>
span { border-color: #CABA5E; }
span { border-color: rgb(202,186,94); }
td.TdClassName
{
border-color: #CABA5E;
}
.TagClassName
{
border-color: #CABA5E;
}
</style>