Shades of Tacha #C5B75D
Tints of Tacha #C5B75D
RGB
CMYK
RGB Variations
Color information
#C5B75D (or 0xC5B75D) is known color: Tacha. HEX triplet: C5, B7 and 5D. RGB value is (197,183,93). Sum of RGB (Red+Green+Blue) = 197+183+93=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B75D is #3A48A2. Grayscale: #B1B1B1. Windows color (decimal): -3819683 or 6141893. OLE color: 6141893.
HSL color Cylindrical-coordinate representation of color #C5B75D: hue angle of 51.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5B75D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 93 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.23 |
| HSL | 51.92º | 0.47% | 0.57% | - |
| HSV(B) | 51.92º | 0.53% | 0.77% | - |
| XYZ | 41.94 | 46.53 | 17.13 | - |
| YUV | 176.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 93 | 0 | 0.07 | 0.53 | 0.23 | 51.92 | 0.47 | 0.57 |
| Hex | C5 | B7 | 5D | 0 | 7 | 35 | 17 | 34 | 2F | 39 |
| Octal | 305 | 267 | 135 | 0 | 7 | 65 | 27 | 64 | 57 | 71 |
| Binary | 11000101 | 10110111 | 1011101 | 0 | 111 | 110101 | 10111 | 110100 | 101111 | 111001 |
Color Harmonies of #C5B75D
Complementary color
Monochromatic Colors of #C5B75D
Black with #C5B75D
Text Example
Text Example
White with #C5B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B75D; }
p { color: rgb(197,183,93); }
H1.HeaderClassName
{
color: #C5B75D;
}
.AnyTagClassName
{
color: #C5B75D;
}
</style>
background-color css
<style>
a { background-color: #C5B75D; }
a { background-color: rgb(197,183,93); }
div.DivClassName
{
background-color: #C5B75D;
}
.BgClassName
{
background-color: #C5B75D;
}
</style>
border-color css
<style>
span { border-color: #C5B75D; }
span { border-color: rgb(197,183,93); }
td.TdClassName
{
border-color: #C5B75D;
}
.TagClassName
{
border-color: #C5B75D;
}
</style>