Shades of Tacha #CAB460
Tints of Tacha #CAB460
RGB
CMYK
RGB Variations
Color information
#CAB460 (or 0xCAB460) is known color: Tacha. HEX triplet: CA, B4 and 60. RGB value is (202,180,96). Sum of RGB (Red+Green+Blue) = 202+180+96=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB460 is #354B9F. Grayscale: #B1B1B1. Windows color (decimal): -3492768 or 6337738. OLE color: 6337738.
HSL color Cylindrical-coordinate representation of color #CAB460: hue angle of 47.55º 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 #CAB460 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 96 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.21 |
| HSL | 47.55º | 0.5% | 0.58% | - |
| HSV(B) | 47.55º | 0.52% | 0.79% | - |
| XYZ | 42.79 | 46.04 | 17.7 | - |
| YUV | 177 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 96 | 0 | 0.11 | 0.52 | 0.21 | 47.55 | 0.5 | 0.58 |
| Hex | CA | B4 | 60 | 0 | B | 34 | 15 | 30 | 32 | 3A |
| Octal | 312 | 264 | 140 | 0 | 13 | 64 | 25 | 60 | 62 | 72 |
| Binary | 11001010 | 10110100 | 1100000 | 0 | 1011 | 110100 | 10101 | 110000 | 110010 | 111010 |
Color Harmonies of #CAB460
Complementary color
Monochromatic Colors of #CAB460
Black with #CAB460
Text Example
Text Example
White with #CAB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB460; }
p { color: rgb(202,180,96); }
H1.HeaderClassName
{
color: #CAB460;
}
.AnyTagClassName
{
color: #CAB460;
}
</style>
background-color css
<style>
a { background-color: #CAB460; }
a { background-color: rgb(202,180,96); }
div.DivClassName
{
background-color: #CAB460;
}
.BgClassName
{
background-color: #CAB460;
}
</style>
border-color css
<style>
span { border-color: #CAB460; }
span { border-color: rgb(202,180,96); }
td.TdClassName
{
border-color: #CAB460;
}
.TagClassName
{
border-color: #CAB460;
}
</style>