Shades of Tacha #CAB65E
Tints of Tacha #CAB65E
RGB
CMYK
RGB Variations
Color information
#CAB65E (or 0xCAB65E) is known color: Tacha. HEX triplet: CA, B6 and 5E. RGB value is (202,182,94). Sum of RGB (Red+Green+Blue) = 202+182+94=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB65E is #3549A1. Grayscale: #B2B2B2. Windows color (decimal): -3492258 or 6207178. OLE color: 6207178.
HSL color Cylindrical-coordinate representation of color #CAB65E: hue angle of 48.89º 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 #CAB65E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 94 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.21 |
| HSL | 48.89º | 0.5% | 0.58% | - |
| HSV(B) | 48.89º | 0.53% | 0.79% | - |
| XYZ | 43.11 | 46.82 | 17.36 | - |
| YUV | 177.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 94 | 0 | 0.10 | 0.53 | 0.21 | 48.89 | 0.5 | 0.58 |
| Hex | CA | B6 | 5E | 0 | A | 35 | 15 | 31 | 32 | 3A |
| Octal | 312 | 266 | 136 | 0 | 12 | 65 | 25 | 61 | 62 | 72 |
| Binary | 11001010 | 10110110 | 1011110 | 0 | 1010 | 110101 | 10101 | 110001 | 110010 | 111010 |
Color Harmonies of #CAB65E
Complementary color
Monochromatic Colors of #CAB65E
Black with #CAB65E
Text Example
Text Example
White with #CAB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB65E; }
p { color: rgb(202,182,94); }
H1.HeaderClassName
{
color: #CAB65E;
}
.AnyTagClassName
{
color: #CAB65E;
}
</style>
background-color css
<style>
a { background-color: #CAB65E; }
a { background-color: rgb(202,182,94); }
div.DivClassName
{
background-color: #CAB65E;
}
.BgClassName
{
background-color: #CAB65E;
}
</style>
border-color css
<style>
span { border-color: #CAB65E; }
span { border-color: rgb(202,182,94); }
td.TdClassName
{
border-color: #CAB65E;
}
.TagClassName
{
border-color: #CAB65E;
}
</style>