Shades of Tacha #C6BA57
Tints of Tacha #C6BA57
RGB
CMYK
RGB Variations
Color information
#C6BA57 (or 0xC6BA57) is known color: Tacha. HEX triplet: C6, BA and 57. RGB value is (198,186,87). Sum of RGB (Red+Green+Blue) = 198+186+87=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA57 is #3945A8. Grayscale: #B2B2B2. Windows color (decimal): -3753385 or 5749446. OLE color: 5749446.
HSL color Cylindrical-coordinate representation of color #C6BA57: hue angle of 53.51º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6BA57 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 87 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.22 |
| HSL | 53.51º | 0.49% | 0.56% | - |
| HSV(B) | 53.51º | 0.56% | 0.78% | - |
| XYZ | 42.57 | 47.81 | 16 | - |
| YUV | 178.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 87 | 0 | 0.06 | 0.56 | 0.22 | 53.51 | 0.49 | 0.56 |
| Hex | C6 | BA | 57 | 0 | 6 | 38 | 16 | 36 | 31 | 38 |
| Octal | 306 | 272 | 127 | 0 | 6 | 70 | 26 | 66 | 61 | 70 |
| Binary | 11000110 | 10111010 | 1010111 | 0 | 110 | 111000 | 10110 | 110110 | 110001 | 111000 |
Color Harmonies of #C6BA57
Complementary color
Monochromatic Colors of #C6BA57
Black with #C6BA57
Text Example
Text Example
White with #C6BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA57; }
p { color: rgb(198,186,87); }
H1.HeaderClassName
{
color: #C6BA57;
}
.AnyTagClassName
{
color: #C6BA57;
}
</style>
background-color css
<style>
a { background-color: #C6BA57; }
a { background-color: rgb(198,186,87); }
div.DivClassName
{
background-color: #C6BA57;
}
.BgClassName
{
background-color: #C6BA57;
}
</style>
border-color css
<style>
span { border-color: #C6BA57; }
span { border-color: rgb(198,186,87); }
td.TdClassName
{
border-color: #C6BA57;
}
.TagClassName
{
border-color: #C6BA57;
}
</style>