Shades of Tacha #CAB45D
Tints of Tacha #CAB45D
RGB
CMYK
RGB Variations
Color information
#CAB45D (or 0xCAB45D) is known color: Tacha. HEX triplet: CA, B4 and 5D. RGB value is (202,180,93). Sum of RGB (Red+Green+Blue) = 202+180+93=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB45D is #354BA2. Grayscale: #B1B1B1. Windows color (decimal): -3492771 or 6141130. OLE color: 6141130.
HSL color Cylindrical-coordinate representation of color #CAB45D: hue angle of 47.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAB45D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 93 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.21 |
| HSL | 47.89º | 0.51% | 0.58% | - |
| HSV(B) | 47.89º | 0.54% | 0.79% | - |
| XYZ | 42.65 | 45.99 | 16.98 | - |
| YUV | 176.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 93 | 0 | 0.11 | 0.54 | 0.21 | 47.89 | 0.51 | 0.58 |
| Hex | CA | B4 | 5D | 0 | B | 36 | 15 | 30 | 33 | 3A |
| Octal | 312 | 264 | 135 | 0 | 13 | 66 | 25 | 60 | 63 | 72 |
| Binary | 11001010 | 10110100 | 1011101 | 0 | 1011 | 110110 | 10101 | 110000 | 110011 | 111010 |
Color Harmonies of #CAB45D
Complementary color
Monochromatic Colors of #CAB45D
Black with #CAB45D
Text Example
Text Example
White with #CAB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB45D; }
p { color: rgb(202,180,93); }
H1.HeaderClassName
{
color: #CAB45D;
}
.AnyTagClassName
{
color: #CAB45D;
}
</style>
background-color css
<style>
a { background-color: #CAB45D; }
a { background-color: rgb(202,180,93); }
div.DivClassName
{
background-color: #CAB45D;
}
.BgClassName
{
background-color: #CAB45D;
}
</style>
border-color css
<style>
span { border-color: #CAB45D; }
span { border-color: rgb(202,180,93); }
td.TdClassName
{
border-color: #CAB45D;
}
.TagClassName
{
border-color: #CAB45D;
}
</style>