Shades of Tacha #C5B560
Tints of Tacha #C5B560
RGB
CMYK
RGB Variations
Color information
#C5B560 (or 0xC5B560) is known color: Tacha. HEX triplet: C5, B5 and 60. RGB value is (197,181,96). Sum of RGB (Red+Green+Blue) = 197+181+96=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B560 is #3A4A9F. Grayscale: #B0B0B0. Windows color (decimal): -3820192 or 6337989. OLE color: 6337989.
HSL color Cylindrical-coordinate representation of color #C5B560: hue angle of 50.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5B560 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 96 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.23 |
| HSL | 50.5º | 0.47% | 0.57% | - |
| HSV(B) | 50.5º | 0.51% | 0.77% | - |
| XYZ | 41.66 | 45.76 | 17.7 | - |
| YUV | 176.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 96 | 0 | 0.08 | 0.51 | 0.23 | 50.5 | 0.47 | 0.57 |
| Hex | C5 | B5 | 60 | 0 | 8 | 33 | 17 | 32 | 2F | 39 |
| Octal | 305 | 265 | 140 | 0 | 10 | 63 | 27 | 62 | 57 | 71 |
| Binary | 11000101 | 10110101 | 1100000 | 0 | 1000 | 110011 | 10111 | 110010 | 101111 | 111001 |
Color Harmonies of #C5B560
Complementary color
Monochromatic Colors of #C5B560
Black with #C5B560
Text Example
Text Example
White with #C5B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B560; }
p { color: rgb(197,181,96); }
H1.HeaderClassName
{
color: #C5B560;
}
.AnyTagClassName
{
color: #C5B560;
}
</style>
background-color css
<style>
a { background-color: #C5B560; }
a { background-color: rgb(197,181,96); }
div.DivClassName
{
background-color: #C5B560;
}
.BgClassName
{
background-color: #C5B560;
}
</style>
border-color css
<style>
span { border-color: #C5B560; }
span { border-color: rgb(197,181,96); }
td.TdClassName
{
border-color: #C5B560;
}
.TagClassName
{
border-color: #C5B560;
}
</style>