Shades of Tacha #CAB760
Tints of Tacha #CAB760
RGB
CMYK
RGB Variations
Color information
#CAB760 (or 0xCAB760) is known color: Tacha. HEX triplet: CA, B7 and 60. RGB value is (202,183,96). Sum of RGB (Red+Green+Blue) = 202+183+96=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB760 is #35489F. Grayscale: #B3B3B3. Windows color (decimal): -3492000 or 6338506. OLE color: 6338506.
HSL color Cylindrical-coordinate representation of color #CAB760: hue angle of 49.25º 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 #CAB760 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 96 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.21 |
| HSL | 49.25º | 0.5% | 0.58% | - |
| HSV(B) | 49.25º | 0.52% | 0.79% | - |
| XYZ | 43.4 | 47.27 | 17.9 | - |
| YUV | 178.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 96 | 0 | 0.09 | 0.52 | 0.21 | 49.25 | 0.5 | 0.58 |
| Hex | CA | B7 | 60 | 0 | 9 | 34 | 15 | 31 | 32 | 3A |
| Octal | 312 | 267 | 140 | 0 | 11 | 64 | 25 | 61 | 62 | 72 |
| Binary | 11001010 | 10110111 | 1100000 | 0 | 1001 | 110100 | 10101 | 110001 | 110010 | 111010 |
Color Harmonies of #CAB760
Complementary color
Monochromatic Colors of #CAB760
Black with #CAB760
Text Example
Text Example
White with #CAB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB760; }
p { color: rgb(202,183,96); }
H1.HeaderClassName
{
color: #CAB760;
}
.AnyTagClassName
{
color: #CAB760;
}
</style>
background-color css
<style>
a { background-color: #CAB760; }
a { background-color: rgb(202,183,96); }
div.DivClassName
{
background-color: #CAB760;
}
.BgClassName
{
background-color: #CAB760;
}
</style>
border-color css
<style>
span { border-color: #CAB760; }
span { border-color: rgb(202,183,96); }
td.TdClassName
{
border-color: #CAB760;
}
.TagClassName
{
border-color: #CAB760;
}
</style>