Shades of Tacha #C9BA5F
Tints of Tacha #C9BA5F
RGB
CMYK
RGB Variations
Color information
#C9BA5F (or 0xC9BA5F) is known color: Tacha. HEX triplet: C9, BA and 5F. RGB value is (201,186,95). Sum of RGB (Red+Green+Blue) = 201+186+95=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA5F is #3645A0. Grayscale: #B4B4B4. Windows color (decimal): -3556769 or 6273737. OLE color: 6273737.
HSL color Cylindrical-coordinate representation of color #C9BA5F: hue angle of 51.51º 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 #C9BA5F is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 95 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.21 |
| HSL | 51.51º | 0.5% | 0.58% | - |
| HSV(B) | 51.51º | 0.53% | 0.79% | - |
| XYZ | 43.71 | 48.36 | 17.86 | - |
| YUV | 180.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 95 | 0 | 0.07 | 0.53 | 0.21 | 51.51 | 0.5 | 0.58 |
| Hex | C9 | BA | 5F | 0 | 7 | 35 | 15 | 34 | 32 | 3A |
| Octal | 311 | 272 | 137 | 0 | 7 | 65 | 25 | 64 | 62 | 72 |
| Binary | 11001001 | 10111010 | 1011111 | 0 | 111 | 110101 | 10101 | 110100 | 110010 | 111010 |
Color Harmonies of #C9BA5F
Complementary color
Monochromatic Colors of #C9BA5F
Black with #C9BA5F
Text Example
Text Example
White with #C9BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA5F; }
p { color: rgb(201,186,95); }
H1.HeaderClassName
{
color: #C9BA5F;
}
.AnyTagClassName
{
color: #C9BA5F;
}
</style>
background-color css
<style>
a { background-color: #C9BA5F; }
a { background-color: rgb(201,186,95); }
div.DivClassName
{
background-color: #C9BA5F;
}
.BgClassName
{
background-color: #C9BA5F;
}
</style>
border-color css
<style>
span { border-color: #C9BA5F; }
span { border-color: rgb(201,186,95); }
td.TdClassName
{
border-color: #C9BA5F;
}
.TagClassName
{
border-color: #C9BA5F;
}
</style>