Shades of Tacha #CABA51
Tints of Tacha #CABA51
RGB
CMYK
RGB Variations
Color information
#CABA51 (or 0xCABA51) is known color: Tacha. HEX triplet: CA, BA and 51. RGB value is (202,186,81). Sum of RGB (Red+Green+Blue) = 202+186+81=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA51 is #3545AE. Grayscale: #B3B3B3. Windows color (decimal): -3491247 or 5356234. OLE color: 5356234.
HSL color Cylindrical-coordinate representation of color #CABA51: hue angle of 52.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CABA51 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 81 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.21 |
| HSL | 52.07º | 0.53% | 0.55% | - |
| HSV(B) | 52.07º | 0.6% | 0.79% | - |
| XYZ | 43.4 | 48.27 | 14.81 | - |
| YUV | 178.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 81 | 0 | 0.08 | 0.60 | 0.21 | 52.07 | 0.53 | 0.55 |
| Hex | CA | BA | 51 | 0 | 8 | 3C | 15 | 34 | 35 | 37 |
| Octal | 312 | 272 | 121 | 0 | 10 | 74 | 25 | 64 | 65 | 67 |
| Binary | 11001010 | 10111010 | 1010001 | 0 | 1000 | 111100 | 10101 | 110100 | 110101 | 110111 |
Color Harmonies of #CABA51
Complementary color
Monochromatic Colors of #CABA51
Black with #CABA51
Text Example
Text Example
White with #CABA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA51; }
p { color: rgb(202,186,81); }
H1.HeaderClassName
{
color: #CABA51;
}
.AnyTagClassName
{
color: #CABA51;
}
</style>
background-color css
<style>
a { background-color: #CABA51; }
a { background-color: rgb(202,186,81); }
div.DivClassName
{
background-color: #CABA51;
}
.BgClassName
{
background-color: #CABA51;
}
</style>
border-color css
<style>
span { border-color: #CABA51; }
span { border-color: rgb(202,186,81); }
td.TdClassName
{
border-color: #CABA51;
}
.TagClassName
{
border-color: #CABA51;
}
</style>