Shades of Tacha #C9BA5D
Tints of Tacha #C9BA5D
RGB
CMYK
RGB Variations
Color information
#C9BA5D (or 0xC9BA5D) is known color: Tacha. HEX triplet: C9, BA and 5D. RGB value is (201,186,93). Sum of RGB (Red+Green+Blue) = 201+186+93=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA5D is #3645A2. Grayscale: #B4B4B4. Windows color (decimal): -3556771 or 6142665. OLE color: 6142665.
HSL color Cylindrical-coordinate representation of color #C9BA5D: hue angle of 51.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9BA5D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 93 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.21 |
| HSL | 51.67º | 0.5% | 0.58% | - |
| HSV(B) | 51.67º | 0.54% | 0.79% | - |
| XYZ | 43.62 | 48.33 | 17.38 | - |
| YUV | 179.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 93 | 0 | 0.07 | 0.54 | 0.21 | 51.67 | 0.5 | 0.58 |
| Hex | C9 | BA | 5D | 0 | 7 | 36 | 15 | 34 | 32 | 3A |
| Octal | 311 | 272 | 135 | 0 | 7 | 66 | 25 | 64 | 62 | 72 |
| Binary | 11001001 | 10111010 | 1011101 | 0 | 111 | 110110 | 10101 | 110100 | 110010 | 111010 |
Color Harmonies of #C9BA5D
Complementary color
Monochromatic Colors of #C9BA5D
Black with #C9BA5D
Text Example
Text Example
White with #C9BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA5D; }
p { color: rgb(201,186,93); }
H1.HeaderClassName
{
color: #C9BA5D;
}
.AnyTagClassName
{
color: #C9BA5D;
}
</style>
background-color css
<style>
a { background-color: #C9BA5D; }
a { background-color: rgb(201,186,93); }
div.DivClassName
{
background-color: #C9BA5D;
}
.BgClassName
{
background-color: #C9BA5D;
}
</style>
border-color css
<style>
span { border-color: #C9BA5D; }
span { border-color: rgb(201,186,93); }
td.TdClassName
{
border-color: #C9BA5D;
}
.TagClassName
{
border-color: #C9BA5D;
}
</style>