Shades of Tacha #C7BA60
Tints of Tacha #C7BA60
RGB
CMYK
RGB Variations
Color information
#C7BA60 (or 0xC7BA60) is known color: Tacha. HEX triplet: C7, BA and 60. RGB value is (199,186,96). Sum of RGB (Red+Green+Blue) = 199+186+96=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA60 is #38459F. Grayscale: #B4B4B4. Windows color (decimal): -3687840 or 6339271. OLE color: 6339271.
HSL color Cylindrical-coordinate representation of color #C7BA60: hue angle of 52.43º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7BA60 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 96 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.22 |
| HSL | 52.43º | 0.48% | 0.58% | - |
| HSV(B) | 52.43º | 0.52% | 0.78% | - |
| XYZ | 43.22 | 48.1 | 18.07 | - |
| YUV | 179.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 96 | 0 | 0.07 | 0.52 | 0.22 | 52.43 | 0.48 | 0.58 |
| Hex | C7 | BA | 60 | 0 | 7 | 34 | 16 | 34 | 30 | 3A |
| Octal | 307 | 272 | 140 | 0 | 7 | 64 | 26 | 64 | 60 | 72 |
| Binary | 11000111 | 10111010 | 1100000 | 0 | 111 | 110100 | 10110 | 110100 | 110000 | 111010 |
Color Harmonies of #C7BA60
Complementary color
Monochromatic Colors of #C7BA60
Black with #C7BA60
Text Example
Text Example
White with #C7BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA60; }
p { color: rgb(199,186,96); }
H1.HeaderClassName
{
color: #C7BA60;
}
.AnyTagClassName
{
color: #C7BA60;
}
</style>
background-color css
<style>
a { background-color: #C7BA60; }
a { background-color: rgb(199,186,96); }
div.DivClassName
{
background-color: #C7BA60;
}
.BgClassName
{
background-color: #C7BA60;
}
</style>
border-color css
<style>
span { border-color: #C7BA60; }
span { border-color: rgb(199,186,96); }
td.TdClassName
{
border-color: #C7BA60;
}
.TagClassName
{
border-color: #C7BA60;
}
</style>