Shades of Tacha #C9BC5E
Tints of Tacha #C9BC5E
RGB
CMYK
RGB Variations
Color information
#C9BC5E (or 0xC9BC5E) is known color: Tacha. HEX triplet: C9, BC and 5E. RGB value is (201,188,94). Sum of RGB (Red+Green+Blue) = 201+188+94=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC5E is #3643A1. Grayscale: #B5B5B5. Windows color (decimal): -3556258 or 6208713. OLE color: 6208713.
HSL color Cylindrical-coordinate representation of color #C9BC5E: hue angle of 52.71º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9BC5E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 94 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.21 |
| HSL | 52.71º | 0.5% | 0.58% | - |
| HSV(B) | 52.71º | 0.53% | 0.79% | - |
| XYZ | 44.09 | 49.19 | 17.76 | - |
| YUV | 181.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 94 | 0 | 0.06 | 0.53 | 0.21 | 52.71 | 0.5 | 0.58 |
| Hex | C9 | BC | 5E | 0 | 6 | 35 | 15 | 35 | 32 | 3A |
| Octal | 311 | 274 | 136 | 0 | 6 | 65 | 25 | 65 | 62 | 72 |
| Binary | 11001001 | 10111100 | 1011110 | 0 | 110 | 110101 | 10101 | 110101 | 110010 | 111010 |
Color Harmonies of #C9BC5E
Complementary color
Monochromatic Colors of #C9BC5E
Black with #C9BC5E
Text Example
Text Example
White with #C9BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC5E; }
p { color: rgb(201,188,94); }
H1.HeaderClassName
{
color: #C9BC5E;
}
.AnyTagClassName
{
color: #C9BC5E;
}
</style>
background-color css
<style>
a { background-color: #C9BC5E; }
a { background-color: rgb(201,188,94); }
div.DivClassName
{
background-color: #C9BC5E;
}
.BgClassName
{
background-color: #C9BC5E;
}
</style>
border-color css
<style>
span { border-color: #C9BC5E; }
span { border-color: rgb(201,188,94); }
td.TdClassName
{
border-color: #C9BC5E;
}
.TagClassName
{
border-color: #C9BC5E;
}
</style>