Shades of Tacha #C5B957
Tints of Tacha #C5B957
RGB
CMYK
RGB Variations
Color information
#C5B957 (or 0xC5B957) is known color: Tacha. HEX triplet: C5, B9 and 57. RGB value is (197,185,87). Sum of RGB (Red+Green+Blue) = 197+185+87=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B957 is #3A46A8. Grayscale: #B1B1B1. Windows color (decimal): -3819177 or 5749189. OLE color: 5749189.
HSL color Cylindrical-coordinate representation of color #C5B957: hue angle of 53.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5B957 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 87 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.23 |
| HSL | 53.45º | 0.49% | 0.56% | - |
| HSV(B) | 53.45º | 0.56% | 0.77% | - |
| XYZ | 42.1 | 47.26 | 15.92 | - |
| YUV | 177.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 87 | 0 | 0.06 | 0.56 | 0.23 | 53.45 | 0.49 | 0.56 |
| Hex | C5 | B9 | 57 | 0 | 6 | 38 | 17 | 35 | 31 | 38 |
| Octal | 305 | 271 | 127 | 0 | 6 | 70 | 27 | 65 | 61 | 70 |
| Binary | 11000101 | 10111001 | 1010111 | 0 | 110 | 111000 | 10111 | 110101 | 110001 | 111000 |
Color Harmonies of #C5B957
Complementary color
Monochromatic Colors of #C5B957
Black with #C5B957
Text Example
Text Example
White with #C5B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B957; }
p { color: rgb(197,185,87); }
H1.HeaderClassName
{
color: #C5B957;
}
.AnyTagClassName
{
color: #C5B957;
}
</style>
background-color css
<style>
a { background-color: #C5B957; }
a { background-color: rgb(197,185,87); }
div.DivClassName
{
background-color: #C5B957;
}
.BgClassName
{
background-color: #C5B957;
}
</style>
border-color css
<style>
span { border-color: #C5B957; }
span { border-color: rgb(197,185,87); }
td.TdClassName
{
border-color: #C5B957;
}
.TagClassName
{
border-color: #C5B957;
}
</style>