Shades of Tacha #C5BA57
Tints of Tacha #C5BA57
RGB
CMYK
RGB Variations
Color information
#C5BA57 (or 0xC5BA57) is known color: Tacha. HEX triplet: C5, BA and 57. RGB value is (197,186,87). Sum of RGB (Red+Green+Blue) = 197+186+87=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA57 is #3A45A8. Grayscale: #B2B2B2. Windows color (decimal): -3818921 or 5749445. OLE color: 5749445.
HSL color Cylindrical-coordinate representation of color #C5BA57: hue angle of 54º 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 #C5BA57 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 87 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.23 |
| HSL | 54º | 0.49% | 0.56% | - |
| HSV(B) | 54º | 0.56% | 0.77% | - |
| XYZ | 42.31 | 47.68 | 15.99 | - |
| YUV | 178 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 87 | 0 | 0.06 | 0.56 | 0.23 | 54 | 0.49 | 0.56 |
| Hex | C5 | BA | 57 | 0 | 6 | 38 | 17 | 36 | 31 | 38 |
| Octal | 305 | 272 | 127 | 0 | 6 | 70 | 27 | 66 | 61 | 70 |
| Binary | 11000101 | 10111010 | 1010111 | 0 | 110 | 111000 | 10111 | 110110 | 110001 | 111000 |
Color Harmonies of #C5BA57
Complementary color
Monochromatic Colors of #C5BA57
Black with #C5BA57
Text Example
Text Example
White with #C5BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA57; }
p { color: rgb(197,186,87); }
H1.HeaderClassName
{
color: #C5BA57;
}
.AnyTagClassName
{
color: #C5BA57;
}
</style>
background-color css
<style>
a { background-color: #C5BA57; }
a { background-color: rgb(197,186,87); }
div.DivClassName
{
background-color: #C5BA57;
}
.BgClassName
{
background-color: #C5BA57;
}
</style>
border-color css
<style>
span { border-color: #C5BA57; }
span { border-color: rgb(197,186,87); }
td.TdClassName
{
border-color: #C5BA57;
}
.TagClassName
{
border-color: #C5BA57;
}
</style>