Shades of Tacha #CABB56
Tints of Tacha #CABB56
RGB
CMYK
RGB Variations
Color information
#CABB56 (or 0xCABB56) is known color: Tacha. HEX triplet: CA, BB and 56. RGB value is (202,187,86). Sum of RGB (Red+Green+Blue) = 202+187+86=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB56 is #3544A9. Grayscale: #B4B4B4. Windows color (decimal): -3490986 or 5684170. OLE color: 5684170.
HSL color Cylindrical-coordinate representation of color #CABB56: hue angle of 52.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CABB56 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 86 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.21 |
| HSL | 52.24º | 0.52% | 0.56% | - |
| HSV(B) | 52.24º | 0.57% | 0.79% | - |
| XYZ | 43.81 | 48.77 | 15.91 | - |
| YUV | 179.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 86 | 0 | 0.07 | 0.57 | 0.21 | 52.24 | 0.52 | 0.56 |
| Hex | CA | BB | 56 | 0 | 7 | 39 | 15 | 34 | 34 | 38 |
| Octal | 312 | 273 | 126 | 0 | 7 | 71 | 25 | 64 | 64 | 70 |
| Binary | 11001010 | 10111011 | 1010110 | 0 | 111 | 111001 | 10101 | 110100 | 110100 | 111000 |
Color Harmonies of #CABB56
Complementary color
Monochromatic Colors of #CABB56
Black with #CABB56
Text Example
Text Example
White with #CABB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB56; }
p { color: rgb(202,187,86); }
H1.HeaderClassName
{
color: #CABB56;
}
.AnyTagClassName
{
color: #CABB56;
}
</style>
background-color css
<style>
a { background-color: #CABB56; }
a { background-color: rgb(202,187,86); }
div.DivClassName
{
background-color: #CABB56;
}
.BgClassName
{
background-color: #CABB56;
}
</style>
border-color css
<style>
span { border-color: #CABB56; }
span { border-color: rgb(202,187,86); }
td.TdClassName
{
border-color: #CABB56;
}
.TagClassName
{
border-color: #CABB56;
}
</style>