Shades of Tacha #C5BA59
Tints of Tacha #C5BA59
RGB
CMYK
RGB Variations
Color information
#C5BA59 (or 0xC5BA59) is known color: Tacha. HEX triplet: C5, BA and 59. RGB value is (197,186,89). Sum of RGB (Red+Green+Blue) = 197+186+89=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA59 is #3A45A6. Grayscale: #B2B2B2. Windows color (decimal): -3818919 or 5880517. OLE color: 5880517.
HSL color Cylindrical-coordinate representation of color #C5BA59: hue angle of 53.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5BA59 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 89 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.23 |
| HSL | 53.89º | 0.48% | 0.56% | - |
| HSV(B) | 53.89º | 0.55% | 0.77% | - |
| XYZ | 42.39 | 47.71 | 16.43 | - |
| YUV | 178.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 89 | 0 | 0.06 | 0.55 | 0.23 | 53.89 | 0.48 | 0.56 |
| Hex | C5 | BA | 59 | 0 | 6 | 37 | 17 | 36 | 30 | 38 |
| Octal | 305 | 272 | 131 | 0 | 6 | 67 | 27 | 66 | 60 | 70 |
| Binary | 11000101 | 10111010 | 1011001 | 0 | 110 | 110111 | 10111 | 110110 | 110000 | 111000 |
Color Harmonies of #C5BA59
Complementary color
Monochromatic Colors of #C5BA59
Black with #C5BA59
Text Example
Text Example
White with #C5BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA59; }
p { color: rgb(197,186,89); }
H1.HeaderClassName
{
color: #C5BA59;
}
.AnyTagClassName
{
color: #C5BA59;
}
</style>
background-color css
<style>
a { background-color: #C5BA59; }
a { background-color: rgb(197,186,89); }
div.DivClassName
{
background-color: #C5BA59;
}
.BgClassName
{
background-color: #C5BA59;
}
</style>
border-color css
<style>
span { border-color: #C5BA59; }
span { border-color: rgb(197,186,89); }
td.TdClassName
{
border-color: #C5BA59;
}
.TagClassName
{
border-color: #C5BA59;
}
</style>