Shades of Tacha #CABB51
Tints of Tacha #CABB51
RGB
CMYK
RGB Variations
Color information
#CABB51 (or 0xCABB51) is known color: Tacha. HEX triplet: CA, BB and 51. RGB value is (202,187,81). Sum of RGB (Red+Green+Blue) = 202+187+81=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB51 is #3544AE. Grayscale: #B3B3B3. Windows color (decimal): -3490991 or 5356490. OLE color: 5356490.
HSL color Cylindrical-coordinate representation of color #CABB51: hue angle of 52.56º 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 #CABB51 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 81 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.21 |
| HSL | 52.56º | 0.53% | 0.55% | - |
| HSV(B) | 52.56º | 0.6% | 0.79% | - |
| XYZ | 43.61 | 48.69 | 14.88 | - |
| YUV | 179.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 81 | 0 | 0.07 | 0.60 | 0.21 | 52.56 | 0.53 | 0.55 |
| Hex | CA | BB | 51 | 0 | 7 | 3C | 15 | 35 | 35 | 37 |
| Octal | 312 | 273 | 121 | 0 | 7 | 74 | 25 | 65 | 65 | 67 |
| Binary | 11001010 | 10111011 | 1010001 | 0 | 111 | 111100 | 10101 | 110101 | 110101 | 110111 |
Color Harmonies of #CABB51
Complementary color
Monochromatic Colors of #CABB51
Black with #CABB51
Text Example
Text Example
White with #CABB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB51; }
p { color: rgb(202,187,81); }
H1.HeaderClassName
{
color: #CABB51;
}
.AnyTagClassName
{
color: #CABB51;
}
</style>
background-color css
<style>
a { background-color: #CABB51; }
a { background-color: rgb(202,187,81); }
div.DivClassName
{
background-color: #CABB51;
}
.BgClassName
{
background-color: #CABB51;
}
</style>
border-color css
<style>
span { border-color: #CABB51; }
span { border-color: rgb(202,187,81); }
td.TdClassName
{
border-color: #CABB51;
}
.TagClassName
{
border-color: #CABB51;
}
</style>