Shades of Tacha #C5B95A
Tints of Tacha #C5B95A
RGB
CMYK
RGB Variations
Color information
#C5B95A (or 0xC5B95A) is known color: Tacha. HEX triplet: C5, B9 and 5A. RGB value is (197,185,90). Sum of RGB (Red+Green+Blue) = 197+185+90=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B95A is #3A46A5. Grayscale: #B2B2B2. Windows color (decimal): -3819174 or 5945797. OLE color: 5945797.
HSL color Cylindrical-coordinate representation of color #C5B95A: hue angle of 53.27º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5B95A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 90 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.23 |
| HSL | 53.27º | 0.48% | 0.56% | - |
| HSV(B) | 53.27º | 0.54% | 0.77% | - |
| XYZ | 42.22 | 47.31 | 16.58 | - |
| YUV | 177.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 90 | 0 | 0.06 | 0.54 | 0.23 | 53.27 | 0.48 | 0.56 |
| Hex | C5 | B9 | 5A | 0 | 6 | 36 | 17 | 35 | 30 | 38 |
| Octal | 305 | 271 | 132 | 0 | 6 | 66 | 27 | 65 | 60 | 70 |
| Binary | 11000101 | 10111001 | 1011010 | 0 | 110 | 110110 | 10111 | 110101 | 110000 | 111000 |
Color Harmonies of #C5B95A
Complementary color
Monochromatic Colors of #C5B95A
Black with #C5B95A
Text Example
Text Example
White with #C5B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B95A; }
p { color: rgb(197,185,90); }
H1.HeaderClassName
{
color: #C5B95A;
}
.AnyTagClassName
{
color: #C5B95A;
}
</style>
background-color css
<style>
a { background-color: #C5B95A; }
a { background-color: rgb(197,185,90); }
div.DivClassName
{
background-color: #C5B95A;
}
.BgClassName
{
background-color: #C5B95A;
}
</style>
border-color css
<style>
span { border-color: #C5B95A; }
span { border-color: rgb(197,185,90); }
td.TdClassName
{
border-color: #C5B95A;
}
.TagClassName
{
border-color: #C5B95A;
}
</style>