Shades of Tacha #C9BA5C
Tints of Tacha #C9BA5C
RGB
CMYK
RGB Variations
Color information
#C9BA5C (or 0xC9BA5C) is known color: Tacha. HEX triplet: C9, BA and 5C. RGB value is (201,186,92). Sum of RGB (Red+Green+Blue) = 201+186+92=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA5C is #3645A3. Grayscale: #B4B4B4. Windows color (decimal): -3556772 or 6077129. OLE color: 6077129.
HSL color Cylindrical-coordinate representation of color #C9BA5C: hue angle of 51.74º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9BA5C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 92 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.21 |
| HSL | 51.74º | 0.5% | 0.57% | - |
| HSV(B) | 51.74º | 0.54% | 0.79% | - |
| XYZ | 43.58 | 48.31 | 17.15 | - |
| YUV | 179.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 92 | 0 | 0.07 | 0.54 | 0.21 | 51.74 | 0.5 | 0.57 |
| Hex | C9 | BA | 5C | 0 | 7 | 36 | 15 | 34 | 32 | 39 |
| Octal | 311 | 272 | 134 | 0 | 7 | 66 | 25 | 64 | 62 | 71 |
| Binary | 11001001 | 10111010 | 1011100 | 0 | 111 | 110110 | 10101 | 110100 | 110010 | 111001 |
Color Harmonies of #C9BA5C
Complementary color
Monochromatic Colors of #C9BA5C
Black with #C9BA5C
Text Example
Text Example
White with #C9BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA5C; }
p { color: rgb(201,186,92); }
H1.HeaderClassName
{
color: #C9BA5C;
}
.AnyTagClassName
{
color: #C9BA5C;
}
</style>
background-color css
<style>
a { background-color: #C9BA5C; }
a { background-color: rgb(201,186,92); }
div.DivClassName
{
background-color: #C9BA5C;
}
.BgClassName
{
background-color: #C9BA5C;
}
</style>
border-color css
<style>
span { border-color: #C9BA5C; }
span { border-color: rgb(201,186,92); }
td.TdClassName
{
border-color: #C9BA5C;
}
.TagClassName
{
border-color: #C9BA5C;
}
</style>