Shades of Tacha #C5B55C
Tints of Tacha #C5B55C
RGB
CMYK
RGB Variations
Color information
#C5B55C (or 0xC5B55C) is known color: Tacha. HEX triplet: C5, B5 and 5C. RGB value is (197,181,92). Sum of RGB (Red+Green+Blue) = 197+181+92=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B55C is #3A4AA3. Grayscale: #B0B0B0. Windows color (decimal): -3820196 or 6075845. OLE color: 6075845.
HSL color Cylindrical-coordinate representation of color #C5B55C: hue angle of 50.86º 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 #C5B55C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 92 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.23 |
| HSL | 50.86º | 0.48% | 0.57% | - |
| HSV(B) | 50.86º | 0.53% | 0.77% | - |
| XYZ | 41.48 | 45.69 | 16.76 | - |
| YUV | 175.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 92 | 0 | 0.08 | 0.53 | 0.23 | 50.86 | 0.48 | 0.57 |
| Hex | C5 | B5 | 5C | 0 | 8 | 35 | 17 | 33 | 30 | 39 |
| Octal | 305 | 265 | 134 | 0 | 10 | 65 | 27 | 63 | 60 | 71 |
| Binary | 11000101 | 10110101 | 1011100 | 0 | 1000 | 110101 | 10111 | 110011 | 110000 | 111001 |
Color Harmonies of #C5B55C
Complementary color
Monochromatic Colors of #C5B55C
Black with #C5B55C
Text Example
Text Example
White with #C5B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B55C; }
p { color: rgb(197,181,92); }
H1.HeaderClassName
{
color: #C5B55C;
}
.AnyTagClassName
{
color: #C5B55C;
}
</style>
background-color css
<style>
a { background-color: #C5B55C; }
a { background-color: rgb(197,181,92); }
div.DivClassName
{
background-color: #C5B55C;
}
.BgClassName
{
background-color: #C5B55C;
}
</style>
border-color css
<style>
span { border-color: #C5B55C; }
span { border-color: rgb(197,181,92); }
td.TdClassName
{
border-color: #C5B55C;
}
.TagClassName
{
border-color: #C5B55C;
}
</style>