Shades of Tacha #CABB5A
Tints of Tacha #CABB5A
RGB
CMYK
RGB Variations
Color information
#CABB5A (or 0xCABB5A) is known color: Tacha. HEX triplet: CA, BB and 5A. RGB value is (202,187,90). Sum of RGB (Red+Green+Blue) = 202+187+90=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB5A is #3544A5. Grayscale: #B4B4B4. Windows color (decimal): -3490982 or 5946314. OLE color: 5946314.
HSL color Cylindrical-coordinate representation of color #CABB5A: hue angle of 51.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CABB5A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 90 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.21 |
| HSL | 51.96º | 0.51% | 0.57% | - |
| HSV(B) | 51.96º | 0.55% | 0.79% | - |
| XYZ | 43.97 | 48.84 | 16.78 | - |
| YUV | 180.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 90 | 0 | 0.07 | 0.55 | 0.21 | 51.96 | 0.51 | 0.57 |
| Hex | CA | BB | 5A | 0 | 7 | 37 | 15 | 34 | 33 | 39 |
| Octal | 312 | 273 | 132 | 0 | 7 | 67 | 25 | 64 | 63 | 71 |
| Binary | 11001010 | 10111011 | 1011010 | 0 | 111 | 110111 | 10101 | 110100 | 110011 | 111001 |
Color Harmonies of #CABB5A
Complementary color
Monochromatic Colors of #CABB5A
Black with #CABB5A
Text Example
Text Example
White with #CABB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB5A; }
p { color: rgb(202,187,90); }
H1.HeaderClassName
{
color: #CABB5A;
}
.AnyTagClassName
{
color: #CABB5A;
}
</style>
background-color css
<style>
a { background-color: #CABB5A; }
a { background-color: rgb(202,187,90); }
div.DivClassName
{
background-color: #CABB5A;
}
.BgClassName
{
background-color: #CABB5A;
}
</style>
border-color css
<style>
span { border-color: #CABB5A; }
span { border-color: rgb(202,187,90); }
td.TdClassName
{
border-color: #CABB5A;
}
.TagClassName
{
border-color: #CABB5A;
}
</style>