Shades of Tacha #C5BA58
Tints of Tacha #C5BA58
RGB
CMYK
RGB Variations
Color information
#C5BA58 (or 0xC5BA58) is known color: Tacha. HEX triplet: C5, BA and 58. RGB value is (197,186,88). Sum of RGB (Red+Green+Blue) = 197+186+88=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA58 is #3A45A7. Grayscale: #B2B2B2. Windows color (decimal): -3818920 or 5814981. OLE color: 5814981.
HSL color Cylindrical-coordinate representation of color #C5BA58: hue angle of 53.94º 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 #C5BA58 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 88 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.23 |
| HSL | 53.94º | 0.48% | 0.56% | - |
| HSV(B) | 53.94º | 0.55% | 0.77% | - |
| XYZ | 42.35 | 47.69 | 16.21 | - |
| YUV | 178.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 88 | 0 | 0.06 | 0.55 | 0.23 | 53.94 | 0.48 | 0.56 |
| Hex | C5 | BA | 58 | 0 | 6 | 37 | 17 | 36 | 30 | 38 |
| Octal | 305 | 272 | 130 | 0 | 6 | 67 | 27 | 66 | 60 | 70 |
| Binary | 11000101 | 10111010 | 1011000 | 0 | 110 | 110111 | 10111 | 110110 | 110000 | 111000 |
Color Harmonies of #C5BA58
Complementary color
Monochromatic Colors of #C5BA58
Black with #C5BA58
Text Example
Text Example
White with #C5BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA58; }
p { color: rgb(197,186,88); }
H1.HeaderClassName
{
color: #C5BA58;
}
.AnyTagClassName
{
color: #C5BA58;
}
</style>
background-color css
<style>
a { background-color: #C5BA58; }
a { background-color: rgb(197,186,88); }
div.DivClassName
{
background-color: #C5BA58;
}
.BgClassName
{
background-color: #C5BA58;
}
</style>
border-color css
<style>
span { border-color: #C5BA58; }
span { border-color: rgb(197,186,88); }
td.TdClassName
{
border-color: #C5BA58;
}
.TagClassName
{
border-color: #C5BA58;
}
</style>