Shades of Tacha #CABB5E
Tints of Tacha #CABB5E
RGB
CMYK
RGB Variations
Color information
#CABB5E (or 0xCABB5E) is known color: Tacha. HEX triplet: CA, BB and 5E. RGB value is (202,187,94). Sum of RGB (Red+Green+Blue) = 202+187+94=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB5E is #3544A1. Grayscale: #B5B5B5. Windows color (decimal): -3490978 or 6208458. OLE color: 6208458.
HSL color Cylindrical-coordinate representation of color #CABB5E: hue angle of 51.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CABB5E is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 94 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.21 |
| HSL | 51.67º | 0.5% | 0.58% | - |
| HSV(B) | 51.67º | 0.53% | 0.79% | - |
| XYZ | 44.15 | 48.91 | 17.7 | - |
| YUV | 180.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 94 | 0 | 0.07 | 0.53 | 0.21 | 51.67 | 0.5 | 0.58 |
| Hex | CA | BB | 5E | 0 | 7 | 35 | 15 | 34 | 32 | 3A |
| Octal | 312 | 273 | 136 | 0 | 7 | 65 | 25 | 64 | 62 | 72 |
| Binary | 11001010 | 10111011 | 1011110 | 0 | 111 | 110101 | 10101 | 110100 | 110010 | 111010 |
Color Harmonies of #CABB5E
Complementary color
Monochromatic Colors of #CABB5E
Black with #CABB5E
Text Example
Text Example
White with #CABB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB5E; }
p { color: rgb(202,187,94); }
H1.HeaderClassName
{
color: #CABB5E;
}
.AnyTagClassName
{
color: #CABB5E;
}
</style>
background-color css
<style>
a { background-color: #CABB5E; }
a { background-color: rgb(202,187,94); }
div.DivClassName
{
background-color: #CABB5E;
}
.BgClassName
{
background-color: #CABB5E;
}
</style>
border-color css
<style>
span { border-color: #CABB5E; }
span { border-color: rgb(202,187,94); }
td.TdClassName
{
border-color: #CABB5E;
}
.TagClassName
{
border-color: #CABB5E;
}
</style>