Shades of Tacha #C6BA54
Tints of Tacha #C6BA54
RGB
CMYK
RGB Variations
Color information
#C6BA54 (or 0xC6BA54) is known color: Tacha. HEX triplet: C6, BA and 54. RGB value is (198,186,84). Sum of RGB (Red+Green+Blue) = 198+186+84=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA54 is #3945AB. Grayscale: #B2B2B2. Windows color (decimal): -3753388 or 5552838. OLE color: 5552838.
HSL color Cylindrical-coordinate representation of color #C6BA54: hue angle of 53.68º degrees, saturation: 0.5, 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 #C6BA54 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 84 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.22 |
| HSL | 53.68º | 0.5% | 0.55% | - |
| HSV(B) | 53.68º | 0.58% | 0.78% | - |
| XYZ | 42.45 | 47.76 | 15.37 | - |
| YUV | 177.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 84 | 0 | 0.06 | 0.58 | 0.22 | 53.68 | 0.5 | 0.55 |
| Hex | C6 | BA | 54 | 0 | 6 | 3A | 16 | 36 | 32 | 37 |
| Octal | 306 | 272 | 124 | 0 | 6 | 72 | 26 | 66 | 62 | 67 |
| Binary | 11000110 | 10111010 | 1010100 | 0 | 110 | 111010 | 10110 | 110110 | 110010 | 110111 |
Color Harmonies of #C6BA54
Complementary color
Monochromatic Colors of #C6BA54
Black with #C6BA54
Text Example
Text Example
White with #C6BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA54; }
p { color: rgb(198,186,84); }
H1.HeaderClassName
{
color: #C6BA54;
}
.AnyTagClassName
{
color: #C6BA54;
}
</style>
background-color css
<style>
a { background-color: #C6BA54; }
a { background-color: rgb(198,186,84); }
div.DivClassName
{
background-color: #C6BA54;
}
.BgClassName
{
background-color: #C6BA54;
}
</style>
border-color css
<style>
span { border-color: #C6BA54; }
span { border-color: rgb(198,186,84); }
td.TdClassName
{
border-color: #C6BA54;
}
.TagClassName
{
border-color: #C6BA54;
}
</style>