Shades of Tacha #CABB60
Tints of Tacha #CABB60
RGB
CMYK
RGB Variations
Color information
#CABB60 (or 0xCABB60) is known color: Tacha. HEX triplet: CA, BB and 60. RGB value is (202,187,96). Sum of RGB (Red+Green+Blue) = 202+187+96=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB60 is #35449F. Grayscale: #B5B5B5. Windows color (decimal): -3490976 or 6339530. OLE color: 6339530.
HSL color Cylindrical-coordinate representation of color #CABB60: hue angle of 51.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CABB60 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 96 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.21 |
| HSL | 51.51º | 0.5% | 0.58% | - |
| HSV(B) | 51.51º | 0.52% | 0.79% | - |
| XYZ | 44.24 | 48.94 | 18.18 | - |
| YUV | 181.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 96 | 0 | 0.07 | 0.52 | 0.21 | 51.51 | 0.5 | 0.58 |
| Hex | CA | BB | 60 | 0 | 7 | 34 | 15 | 34 | 32 | 3A |
| Octal | 312 | 273 | 140 | 0 | 7 | 64 | 25 | 64 | 62 | 72 |
| Binary | 11001010 | 10111011 | 1100000 | 0 | 111 | 110100 | 10101 | 110100 | 110010 | 111010 |
Color Harmonies of #CABB60
Complementary color
Monochromatic Colors of #CABB60
Black with #CABB60
Text Example
Text Example
White with #CABB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB60; }
p { color: rgb(202,187,96); }
H1.HeaderClassName
{
color: #CABB60;
}
.AnyTagClassName
{
color: #CABB60;
}
</style>
background-color css
<style>
a { background-color: #CABB60; }
a { background-color: rgb(202,187,96); }
div.DivClassName
{
background-color: #CABB60;
}
.BgClassName
{
background-color: #CABB60;
}
</style>
border-color css
<style>
span { border-color: #CABB60; }
span { border-color: rgb(202,187,96); }
td.TdClassName
{
border-color: #CABB60;
}
.TagClassName
{
border-color: #CABB60;
}
</style>