Shades of Tacha #C5B55A
Tints of Tacha #C5B55A
RGB
CMYK
RGB Variations
Color information
#C5B55A (or 0xC5B55A) is known color: Tacha. HEX triplet: C5, B5 and 5A. RGB value is (197,181,90). Sum of RGB (Red+Green+Blue) = 197+181+90=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B55A is #3A4AA5. Grayscale: #AFAFAF. Windows color (decimal): -3820198 or 5944773. OLE color: 5944773.
HSL color Cylindrical-coordinate representation of color #C5B55A: hue angle of 51.03º 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 #C5B55A is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 90 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.23 |
| HSL | 51.03º | 0.48% | 0.56% | - |
| HSV(B) | 51.03º | 0.54% | 0.77% | - |
| XYZ | 41.4 | 45.66 | 16.3 | - |
| YUV | 175.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 90 | 0 | 0.08 | 0.54 | 0.23 | 51.03 | 0.48 | 0.56 |
| Hex | C5 | B5 | 5A | 0 | 8 | 36 | 17 | 33 | 30 | 38 |
| Octal | 305 | 265 | 132 | 0 | 10 | 66 | 27 | 63 | 60 | 70 |
| Binary | 11000101 | 10110101 | 1011010 | 0 | 1000 | 110110 | 10111 | 110011 | 110000 | 111000 |
Color Harmonies of #C5B55A
Complementary color
Monochromatic Colors of #C5B55A
Black with #C5B55A
Text Example
Text Example
White with #C5B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B55A; }
p { color: rgb(197,181,90); }
H1.HeaderClassName
{
color: #C5B55A;
}
.AnyTagClassName
{
color: #C5B55A;
}
</style>
background-color css
<style>
a { background-color: #C5B55A; }
a { background-color: rgb(197,181,90); }
div.DivClassName
{
background-color: #C5B55A;
}
.BgClassName
{
background-color: #C5B55A;
}
</style>
border-color css
<style>
span { border-color: #C5B55A; }
span { border-color: rgb(197,181,90); }
td.TdClassName
{
border-color: #C5B55A;
}
.TagClassName
{
border-color: #C5B55A;
}
</style>