Shades of Tacha #CAB45E
Tints of Tacha #CAB45E
RGB
CMYK
RGB Variations
Color information
#CAB45E (or 0xCAB45E) is known color: Tacha. HEX triplet: CA, B4 and 5E. RGB value is (202,180,94). Sum of RGB (Red+Green+Blue) = 202+180+94=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB45E is #354BA1. Grayscale: #B1B1B1. Windows color (decimal): -3492770 or 6206666. OLE color: 6206666.
HSL color Cylindrical-coordinate representation of color #CAB45E: hue angle of 47.78º 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 #CAB45E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 94 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.21 |
| HSL | 47.78º | 0.5% | 0.58% | - |
| HSV(B) | 47.78º | 0.53% | 0.79% | - |
| XYZ | 42.7 | 46.01 | 17.22 | - |
| YUV | 176.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 94 | 0 | 0.11 | 0.53 | 0.21 | 47.78 | 0.5 | 0.58 |
| Hex | CA | B4 | 5E | 0 | B | 35 | 15 | 30 | 32 | 3A |
| Octal | 312 | 264 | 136 | 0 | 13 | 65 | 25 | 60 | 62 | 72 |
| Binary | 11001010 | 10110100 | 1011110 | 0 | 1011 | 110101 | 10101 | 110000 | 110010 | 111010 |
Color Harmonies of #CAB45E
Complementary color
Monochromatic Colors of #CAB45E
Black with #CAB45E
Text Example
Text Example
White with #CAB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB45E; }
p { color: rgb(202,180,94); }
H1.HeaderClassName
{
color: #CAB45E;
}
.AnyTagClassName
{
color: #CAB45E;
}
</style>
background-color css
<style>
a { background-color: #CAB45E; }
a { background-color: rgb(202,180,94); }
div.DivClassName
{
background-color: #CAB45E;
}
.BgClassName
{
background-color: #CAB45E;
}
</style>
border-color css
<style>
span { border-color: #CAB45E; }
span { border-color: rgb(202,180,94); }
td.TdClassName
{
border-color: #CAB45E;
}
.TagClassName
{
border-color: #CAB45E;
}
</style>