Shades of Tacha #C8B959
Tints of Tacha #C8B959
RGB
CMYK
RGB Variations
Color information
#C8B959 (or 0xC8B959) is known color: Tacha. HEX triplet: C8, B9 and 59. RGB value is (200,185,89). Sum of RGB (Red+Green+Blue) = 200+185+89=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B959 is #3746A6. Grayscale: #B2B2B2. Windows color (decimal): -3622567 or 5880264. OLE color: 5880264.
HSL color Cylindrical-coordinate representation of color #C8B959: hue angle of 51.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8B959 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 89 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.22 |
| HSL | 51.89º | 0.5% | 0.57% | - |
| HSV(B) | 51.89º | 0.56% | 0.78% | - |
| XYZ | 42.97 | 47.7 | 16.39 | - |
| YUV | 178.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 89 | 0 | 0.08 | 0.56 | 0.22 | 51.89 | 0.5 | 0.57 |
| Hex | C8 | B9 | 59 | 0 | 8 | 38 | 16 | 34 | 32 | 39 |
| Octal | 310 | 271 | 131 | 0 | 10 | 70 | 26 | 64 | 62 | 71 |
| Binary | 11001000 | 10111001 | 1011001 | 0 | 1000 | 111000 | 10110 | 110100 | 110010 | 111001 |
Color Harmonies of #C8B959
Complementary color
Monochromatic Colors of #C8B959
Black with #C8B959
Text Example
Text Example
White with #C8B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B959; }
p { color: rgb(200,185,89); }
H1.HeaderClassName
{
color: #C8B959;
}
.AnyTagClassName
{
color: #C8B959;
}
</style>
background-color css
<style>
a { background-color: #C8B959; }
a { background-color: rgb(200,185,89); }
div.DivClassName
{
background-color: #C8B959;
}
.BgClassName
{
background-color: #C8B959;
}
</style>
border-color css
<style>
span { border-color: #C8B959; }
span { border-color: rgb(200,185,89); }
td.TdClassName
{
border-color: #C8B959;
}
.TagClassName
{
border-color: #C8B959;
}
</style>