Shades of Tacha #C7BA54
Tints of Tacha #C7BA54
RGB
CMYK
RGB Variations
Color information
#C7BA54 (or 0xC7BA54) is known color: Tacha. HEX triplet: C7, BA and 54. RGB value is (199,186,84). Sum of RGB (Red+Green+Blue) = 199+186+84=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA54 is #3845AB. Grayscale: #B2B2B2. Windows color (decimal): -3687852 or 5552839. OLE color: 5552839.
HSL color Cylindrical-coordinate representation of color #C7BA54: hue angle of 53.22º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7BA54 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 84 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.22 |
| HSL | 53.22º | 0.51% | 0.55% | - |
| HSV(B) | 53.22º | 0.58% | 0.78% | - |
| XYZ | 42.71 | 47.9 | 15.38 | - |
| YUV | 178.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 84 | 0 | 0.07 | 0.58 | 0.22 | 53.22 | 0.51 | 0.55 |
| Hex | C7 | BA | 54 | 0 | 7 | 3A | 16 | 35 | 33 | 37 |
| Octal | 307 | 272 | 124 | 0 | 7 | 72 | 26 | 65 | 63 | 67 |
| Binary | 11000111 | 10111010 | 1010100 | 0 | 111 | 111010 | 10110 | 110101 | 110011 | 110111 |
Color Harmonies of #C7BA54
Complementary color
Monochromatic Colors of #C7BA54
Black with #C7BA54
Text Example
Text Example
White with #C7BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA54; }
p { color: rgb(199,186,84); }
H1.HeaderClassName
{
color: #C7BA54;
}
.AnyTagClassName
{
color: #C7BA54;
}
</style>
background-color css
<style>
a { background-color: #C7BA54; }
a { background-color: rgb(199,186,84); }
div.DivClassName
{
background-color: #C7BA54;
}
.BgClassName
{
background-color: #C7BA54;
}
</style>
border-color css
<style>
span { border-color: #C7BA54; }
span { border-color: rgb(199,186,84); }
td.TdClassName
{
border-color: #C7BA54;
}
.TagClassName
{
border-color: #C7BA54;
}
</style>