Shades of Tacha #C9B95E
Tints of Tacha #C9B95E
RGB
CMYK
RGB Variations
Color information
#C9B95E (or 0xC9B95E) is known color: Tacha. HEX triplet: C9, B9 and 5E. RGB value is (201,185,94). Sum of RGB (Red+Green+Blue) = 201+185+94=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B95E is #3646A1. Grayscale: #B3B3B3. Windows color (decimal): -3557026 or 6207945. OLE color: 6207945.
HSL color Cylindrical-coordinate representation of color #C9B95E: hue angle of 51.03º 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 #C9B95E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 94 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.21 |
| HSL | 51.03º | 0.5% | 0.58% | - |
| HSV(B) | 51.03º | 0.53% | 0.79% | - |
| XYZ | 43.46 | 47.92 | 17.55 | - |
| YUV | 179.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 94 | 0 | 0.08 | 0.53 | 0.21 | 51.03 | 0.5 | 0.58 |
| Hex | C9 | B9 | 5E | 0 | 8 | 35 | 15 | 33 | 32 | 3A |
| Octal | 311 | 271 | 136 | 0 | 10 | 65 | 25 | 63 | 62 | 72 |
| Binary | 11001001 | 10111001 | 1011110 | 0 | 1000 | 110101 | 10101 | 110011 | 110010 | 111010 |
Color Harmonies of #C9B95E
Complementary color
Monochromatic Colors of #C9B95E
Black with #C9B95E
Text Example
Text Example
White with #C9B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B95E; }
p { color: rgb(201,185,94); }
H1.HeaderClassName
{
color: #C9B95E;
}
.AnyTagClassName
{
color: #C9B95E;
}
</style>
background-color css
<style>
a { background-color: #C9B95E; }
a { background-color: rgb(201,185,94); }
div.DivClassName
{
background-color: #C9B95E;
}
.BgClassName
{
background-color: #C9B95E;
}
</style>
border-color css
<style>
span { border-color: #C9B95E; }
span { border-color: rgb(201,185,94); }
td.TdClassName
{
border-color: #C9B95E;
}
.TagClassName
{
border-color: #C9B95E;
}
</style>