Shades of Tacha #CABA54
Tints of Tacha #CABA54
RGB
CMYK
RGB Variations
Color information
#CABA54 (or 0xCABA54) is known color: Tacha. HEX triplet: CA, BA and 54. RGB value is (202,186,84). Sum of RGB (Red+Green+Blue) = 202+186+84=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA54 is #3545AB. Grayscale: #B3B3B3. Windows color (decimal): -3491244 or 5552842. OLE color: 5552842.
HSL color Cylindrical-coordinate representation of color #CABA54: hue angle of 51.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CABA54 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 84 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.21 |
| HSL | 51.86º | 0.53% | 0.56% | - |
| HSV(B) | 51.86º | 0.58% | 0.79% | - |
| XYZ | 43.52 | 48.31 | 15.42 | - |
| YUV | 179.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 84 | 0 | 0.08 | 0.58 | 0.21 | 51.86 | 0.53 | 0.56 |
| Hex | CA | BA | 54 | 0 | 8 | 3A | 15 | 34 | 35 | 38 |
| Octal | 312 | 272 | 124 | 0 | 10 | 72 | 25 | 64 | 65 | 70 |
| Binary | 11001010 | 10111010 | 1010100 | 0 | 1000 | 111010 | 10101 | 110100 | 110101 | 111000 |
Color Harmonies of #CABA54
Complementary color
Monochromatic Colors of #CABA54
Black with #CABA54
Text Example
Text Example
White with #CABA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA54; }
p { color: rgb(202,186,84); }
H1.HeaderClassName
{
color: #CABA54;
}
.AnyTagClassName
{
color: #CABA54;
}
</style>
background-color css
<style>
a { background-color: #CABA54; }
a { background-color: rgb(202,186,84); }
div.DivClassName
{
background-color: #CABA54;
}
.BgClassName
{
background-color: #CABA54;
}
</style>
border-color css
<style>
span { border-color: #CABA54; }
span { border-color: rgb(202,186,84); }
td.TdClassName
{
border-color: #CABA54;
}
.TagClassName
{
border-color: #CABA54;
}
</style>