Shades of Tacha #C9B65C
Tints of Tacha #C9B65C
RGB
CMYK
RGB Variations
Color information
#C9B65C (or 0xC9B65C) is known color: Tacha. HEX triplet: C9, B6 and 5C. RGB value is (201,182,92). Sum of RGB (Red+Green+Blue) = 201+182+92=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B65C is #3649A3. Grayscale: #B1B1B1. Windows color (decimal): -3557796 or 6076105. OLE color: 6076105.
HSL color Cylindrical-coordinate representation of color #C9B65C: hue angle of 49.54º 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 #C9B65C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 92 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.21 |
| HSL | 49.54º | 0.5% | 0.57% | - |
| HSV(B) | 49.54º | 0.54% | 0.79% | - |
| XYZ | 42.75 | 46.65 | 16.88 | - |
| YUV | 177.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 92 | 0 | 0.09 | 0.54 | 0.21 | 49.54 | 0.5 | 0.57 |
| Hex | C9 | B6 | 5C | 0 | 9 | 36 | 15 | 32 | 32 | 39 |
| Octal | 311 | 266 | 134 | 0 | 11 | 66 | 25 | 62 | 62 | 71 |
| Binary | 11001001 | 10110110 | 1011100 | 0 | 1001 | 110110 | 10101 | 110010 | 110010 | 111001 |
Color Harmonies of #C9B65C
Complementary color
Monochromatic Colors of #C9B65C
Black with #C9B65C
Text Example
Text Example
White with #C9B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B65C; }
p { color: rgb(201,182,92); }
H1.HeaderClassName
{
color: #C9B65C;
}
.AnyTagClassName
{
color: #C9B65C;
}
</style>
background-color css
<style>
a { background-color: #C9B65C; }
a { background-color: rgb(201,182,92); }
div.DivClassName
{
background-color: #C9B65C;
}
.BgClassName
{
background-color: #C9B65C;
}
</style>
border-color css
<style>
span { border-color: #C9B65C; }
span { border-color: rgb(201,182,92); }
td.TdClassName
{
border-color: #C9B65C;
}
.TagClassName
{
border-color: #C9B65C;
}
</style>