Shades of Tacha #C5B858
Tints of Tacha #C5B858
RGB
CMYK
RGB Variations
Color information
#C5B858 (or 0xC5B858) is known color: Tacha. HEX triplet: C5, B8 and 58. RGB value is (197,184,88). Sum of RGB (Red+Green+Blue) = 197+184+88=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B858 is #3A47A7. Grayscale: #B1B1B1. Windows color (decimal): -3819432 or 5814469. OLE color: 5814469.
HSL color Cylindrical-coordinate representation of color #C5B858: hue angle of 52.84º 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 #C5B858 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 88 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.23 |
| HSL | 52.84º | 0.48% | 0.56% | - |
| HSV(B) | 52.84º | 0.55% | 0.77% | - |
| XYZ | 41.93 | 46.86 | 16.07 | - |
| YUV | 176.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 88 | 0 | 0.07 | 0.55 | 0.23 | 52.84 | 0.48 | 0.56 |
| Hex | C5 | B8 | 58 | 0 | 7 | 37 | 17 | 35 | 30 | 38 |
| Octal | 305 | 270 | 130 | 0 | 7 | 67 | 27 | 65 | 60 | 70 |
| Binary | 11000101 | 10111000 | 1011000 | 0 | 111 | 110111 | 10111 | 110101 | 110000 | 111000 |
Color Harmonies of #C5B858
Complementary color
Monochromatic Colors of #C5B858
Black with #C5B858
Text Example
Text Example
White with #C5B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B858; }
p { color: rgb(197,184,88); }
H1.HeaderClassName
{
color: #C5B858;
}
.AnyTagClassName
{
color: #C5B858;
}
</style>
background-color css
<style>
a { background-color: #C5B858; }
a { background-color: rgb(197,184,88); }
div.DivClassName
{
background-color: #C5B858;
}
.BgClassName
{
background-color: #C5B858;
}
</style>
border-color css
<style>
span { border-color: #C5B858; }
span { border-color: rgb(197,184,88); }
td.TdClassName
{
border-color: #C5B858;
}
.TagClassName
{
border-color: #C5B858;
}
</style>