Shades of Tacha #C5B85C
Tints of Tacha #C5B85C
RGB
CMYK
RGB Variations
Color information
#C5B85C (or 0xC5B85C) is known color: Tacha. HEX triplet: C5, B8 and 5C. RGB value is (197,184,92). Sum of RGB (Red+Green+Blue) = 197+184+92=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85C is #3A47A3. Grayscale: #B1B1B1. Windows color (decimal): -3819428 or 6076613. OLE color: 6076613.
HSL color Cylindrical-coordinate representation of color #C5B85C: hue angle of 52.57º degrees, saturation: 0.48, 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 #C5B85C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 92 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.23 |
| HSL | 52.57º | 0.48% | 0.57% | - |
| HSV(B) | 52.57º | 0.53% | 0.77% | - |
| XYZ | 42.1 | 46.92 | 16.96 | - |
| YUV | 177.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 92 | 0 | 0.07 | 0.53 | 0.23 | 52.57 | 0.48 | 0.57 |
| Hex | C5 | B8 | 5C | 0 | 7 | 35 | 17 | 35 | 30 | 39 |
| Octal | 305 | 270 | 134 | 0 | 7 | 65 | 27 | 65 | 60 | 71 |
| Binary | 11000101 | 10111000 | 1011100 | 0 | 111 | 110101 | 10111 | 110101 | 110000 | 111001 |
Color Harmonies of #C5B85C
Complementary color
Monochromatic Colors of #C5B85C
Black with #C5B85C
Text Example
Text Example
White with #C5B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B85C; }
p { color: rgb(197,184,92); }
H1.HeaderClassName
{
color: #C5B85C;
}
.AnyTagClassName
{
color: #C5B85C;
}
</style>
background-color css
<style>
a { background-color: #C5B85C; }
a { background-color: rgb(197,184,92); }
div.DivClassName
{
background-color: #C5B85C;
}
.BgClassName
{
background-color: #C5B85C;
}
</style>
border-color css
<style>
span { border-color: #C5B85C; }
span { border-color: rgb(197,184,92); }
td.TdClassName
{
border-color: #C5B85C;
}
.TagClassName
{
border-color: #C5B85C;
}
</style>