Shades of Tacha #C6BA59
Tints of Tacha #C6BA59
RGB
CMYK
RGB Variations
Color information
#C6BA59 (or 0xC6BA59) is known color: Tacha. HEX triplet: C6, BA and 59. RGB value is (198,186,89). Sum of RGB (Red+Green+Blue) = 198+186+89=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA59 is #3945A6. Grayscale: #B2B2B2. Windows color (decimal): -3753383 or 5880518. OLE color: 5880518.
HSL color Cylindrical-coordinate representation of color #C6BA59: hue angle of 53.39º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6BA59 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 89 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.22 |
| HSL | 53.39º | 0.49% | 0.56% | - |
| HSV(B) | 53.39º | 0.55% | 0.78% | - |
| XYZ | 42.65 | 47.84 | 16.44 | - |
| YUV | 178.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 89 | 0 | 0.06 | 0.55 | 0.22 | 53.39 | 0.49 | 0.56 |
| Hex | C6 | BA | 59 | 0 | 6 | 37 | 16 | 35 | 31 | 38 |
| Octal | 306 | 272 | 131 | 0 | 6 | 67 | 26 | 65 | 61 | 70 |
| Binary | 11000110 | 10111010 | 1011001 | 0 | 110 | 110111 | 10110 | 110101 | 110001 | 111000 |
Color Harmonies of #C6BA59
Complementary color
Monochromatic Colors of #C6BA59
Black with #C6BA59
Text Example
Text Example
White with #C6BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA59; }
p { color: rgb(198,186,89); }
H1.HeaderClassName
{
color: #C6BA59;
}
.AnyTagClassName
{
color: #C6BA59;
}
</style>
background-color css
<style>
a { background-color: #C6BA59; }
a { background-color: rgb(198,186,89); }
div.DivClassName
{
background-color: #C6BA59;
}
.BgClassName
{
background-color: #C6BA59;
}
</style>
border-color css
<style>
span { border-color: #C6BA59; }
span { border-color: rgb(198,186,89); }
td.TdClassName
{
border-color: #C6BA59;
}
.TagClassName
{
border-color: #C6BA59;
}
</style>