Shades of Tacha #C5B859
Tints of Tacha #C5B859
RGB
CMYK
RGB Variations
Color information
#C5B859 (or 0xC5B859) is known color: Tacha. HEX triplet: C5, B8 and 59. RGB value is (197,184,89). Sum of RGB (Red+Green+Blue) = 197+184+89=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B859 is #3A47A6. Grayscale: #B1B1B1. Windows color (decimal): -3819431 or 5880005. OLE color: 5880005.
HSL color Cylindrical-coordinate representation of color #C5B859: hue angle of 52.78º 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 #C5B859 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 89 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.23 |
| HSL | 52.78º | 0.48% | 0.56% | - |
| HSV(B) | 52.78º | 0.55% | 0.77% | - |
| XYZ | 41.97 | 46.87 | 16.29 | - |
| YUV | 177.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 89 | 0 | 0.07 | 0.55 | 0.23 | 52.78 | 0.48 | 0.56 |
| Hex | C5 | B8 | 59 | 0 | 7 | 37 | 17 | 35 | 30 | 38 |
| Octal | 305 | 270 | 131 | 0 | 7 | 67 | 27 | 65 | 60 | 70 |
| Binary | 11000101 | 10111000 | 1011001 | 0 | 111 | 110111 | 10111 | 110101 | 110000 | 111000 |
Color Harmonies of #C5B859
Complementary color
Monochromatic Colors of #C5B859
Black with #C5B859
Text Example
Text Example
White with #C5B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B859; }
p { color: rgb(197,184,89); }
H1.HeaderClassName
{
color: #C5B859;
}
.AnyTagClassName
{
color: #C5B859;
}
</style>
background-color css
<style>
a { background-color: #C5B859; }
a { background-color: rgb(197,184,89); }
div.DivClassName
{
background-color: #C5B859;
}
.BgClassName
{
background-color: #C5B859;
}
</style>
border-color css
<style>
span { border-color: #C5B859; }
span { border-color: rgb(197,184,89); }
td.TdClassName
{
border-color: #C5B859;
}
.TagClassName
{
border-color: #C5B859;
}
</style>