Shades of Tacha #C8BA54
Tints of Tacha #C8BA54
RGB
CMYK
RGB Variations
Color information
#C8BA54 (or 0xC8BA54) is known color: Tacha. HEX triplet: C8, BA and 54. RGB value is (200,186,84). Sum of RGB (Red+Green+Blue) = 200+186+84=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA54 is #3745AB. Grayscale: #B2B2B2. Windows color (decimal): -3622316 or 5552840. OLE color: 5552840.
HSL color Cylindrical-coordinate representation of color #C8BA54: hue angle of 52.76º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8BA54 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 84 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.22 |
| HSL | 52.76º | 0.51% | 0.56% | - |
| HSV(B) | 52.76º | 0.58% | 0.78% | - |
| XYZ | 42.98 | 48.04 | 15.39 | - |
| YUV | 178.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 84 | 0 | 0.07 | 0.58 | 0.22 | 52.76 | 0.51 | 0.56 |
| Hex | C8 | BA | 54 | 0 | 7 | 3A | 16 | 35 | 33 | 38 |
| Octal | 310 | 272 | 124 | 0 | 7 | 72 | 26 | 65 | 63 | 70 |
| Binary | 11001000 | 10111010 | 1010100 | 0 | 111 | 111010 | 10110 | 110101 | 110011 | 111000 |
Color Harmonies of #C8BA54
Complementary color
Monochromatic Colors of #C8BA54
Black with #C8BA54
Text Example
Text Example
White with #C8BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA54; }
p { color: rgb(200,186,84); }
H1.HeaderClassName
{
color: #C8BA54;
}
.AnyTagClassName
{
color: #C8BA54;
}
</style>
background-color css
<style>
a { background-color: #C8BA54; }
a { background-color: rgb(200,186,84); }
div.DivClassName
{
background-color: #C8BA54;
}
.BgClassName
{
background-color: #C8BA54;
}
</style>
border-color css
<style>
span { border-color: #C8BA54; }
span { border-color: rgb(200,186,84); }
td.TdClassName
{
border-color: #C8BA54;
}
.TagClassName
{
border-color: #C8BA54;
}
</style>