Shades of Tacha #C9BC59
Tints of Tacha #C9BC59
RGB
CMYK
RGB Variations
Color information
#C9BC59 (or 0xC9BC59) is known color: Tacha. HEX triplet: C9, BC and 59. RGB value is (201,188,89). Sum of RGB (Red+Green+Blue) = 201+188+89=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC59 is #3643A6. Grayscale: #B5B5B5. Windows color (decimal): -3556263 or 5881033. OLE color: 5881033.
HSL color Cylindrical-coordinate representation of color #C9BC59: hue angle of 53.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9BC59 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 89 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.21 |
| HSL | 53.04º | 0.51% | 0.57% | - |
| HSV(B) | 53.04º | 0.56% | 0.79% | - |
| XYZ | 43.87 | 49.11 | 16.62 | - |
| YUV | 180.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 89 | 0 | 0.06 | 0.56 | 0.21 | 53.04 | 0.51 | 0.57 |
| Hex | C9 | BC | 59 | 0 | 6 | 38 | 15 | 35 | 33 | 39 |
| Octal | 311 | 274 | 131 | 0 | 6 | 70 | 25 | 65 | 63 | 71 |
| Binary | 11001001 | 10111100 | 1011001 | 0 | 110 | 111000 | 10101 | 110101 | 110011 | 111001 |
Color Harmonies of #C9BC59
Complementary color
Monochromatic Colors of #C9BC59
Black with #C9BC59
Text Example
Text Example
White with #C9BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC59; }
p { color: rgb(201,188,89); }
H1.HeaderClassName
{
color: #C9BC59;
}
.AnyTagClassName
{
color: #C9BC59;
}
</style>
background-color css
<style>
a { background-color: #C9BC59; }
a { background-color: rgb(201,188,89); }
div.DivClassName
{
background-color: #C9BC59;
}
.BgClassName
{
background-color: #C9BC59;
}
</style>
border-color css
<style>
span { border-color: #C9BC59; }
span { border-color: rgb(201,188,89); }
td.TdClassName
{
border-color: #C9BC59;
}
.TagClassName
{
border-color: #C9BC59;
}
</style>