Shades of Tacha #CABA60
Tints of Tacha #CABA60
RGB
CMYK
RGB Variations
Color information
#CABA60 (or 0xCABA60) is known color: Tacha. HEX triplet: CA, BA and 60. RGB value is (202,186,96). Sum of RGB (Red+Green+Blue) = 202+186+96=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA60 is #35459F. Grayscale: #B4B4B4. Windows color (decimal): -3491232 or 6339274. OLE color: 6339274.
HSL color Cylindrical-coordinate representation of color #CABA60: hue angle of 50.94º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CABA60 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 96 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.21 |
| HSL | 50.94º | 0.5% | 0.58% | - |
| HSV(B) | 50.94º | 0.52% | 0.79% | - |
| XYZ | 44.03 | 48.52 | 18.11 | - |
| YUV | 180.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 96 | 0 | 0.08 | 0.52 | 0.21 | 50.94 | 0.5 | 0.58 |
| Hex | CA | BA | 60 | 0 | 8 | 34 | 15 | 33 | 32 | 3A |
| Octal | 312 | 272 | 140 | 0 | 10 | 64 | 25 | 63 | 62 | 72 |
| Binary | 11001010 | 10111010 | 1100000 | 0 | 1000 | 110100 | 10101 | 110011 | 110010 | 111010 |
Color Harmonies of #CABA60
Complementary color
Monochromatic Colors of #CABA60
Black with #CABA60
Text Example
Text Example
White with #CABA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA60; }
p { color: rgb(202,186,96); }
H1.HeaderClassName
{
color: #CABA60;
}
.AnyTagClassName
{
color: #CABA60;
}
</style>
background-color css
<style>
a { background-color: #CABA60; }
a { background-color: rgb(202,186,96); }
div.DivClassName
{
background-color: #CABA60;
}
.BgClassName
{
background-color: #CABA60;
}
</style>
border-color css
<style>
span { border-color: #CABA60; }
span { border-color: rgb(202,186,96); }
td.TdClassName
{
border-color: #CABA60;
}
.TagClassName
{
border-color: #CABA60;
}
</style>