Shades of Tacha #C9B76A
Tints of Tacha #C9B76A
RGB
CMYK
RGB Variations
Color information
#C9B76A (or 0xC9B76A) is known color: Tacha. HEX triplet: C9, B7 and 6A. RGB value is (201,183,106). Sum of RGB (Red+Green+Blue) = 201+183+106=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76A is #364895. Grayscale: #B3B3B3. Windows color (decimal): -3557526 or 6993865. OLE color: 6993865.
HSL color Cylindrical-coordinate representation of color #C9B76A: hue angle of 48.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9B76A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 106 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.21 |
| HSL | 48.63º | 0.47% | 0.6% | - |
| HSV(B) | 48.63º | 0.47% | 0.79% | - |
| XYZ | 43.62 | 47.33 | 20.47 | - |
| YUV | 179.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 106 | 0 | 0.09 | 0.47 | 0.21 | 48.63 | 0.47 | 0.6 |
| Hex | C9 | B7 | 6A | 0 | 9 | 2F | 15 | 31 | 2F | 3C |
| Octal | 311 | 267 | 152 | 0 | 11 | 57 | 25 | 61 | 57 | 74 |
| Binary | 11001001 | 10110111 | 1101010 | 0 | 1001 | 101111 | 10101 | 110001 | 101111 | 111100 |
Color Harmonies of #C9B76A
Complementary color
Monochromatic Colors of #C9B76A
Black with #C9B76A
Text Example
Text Example
White with #C9B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B76A; }
p { color: rgb(201,183,106); }
H1.HeaderClassName
{
color: #C9B76A;
}
.AnyTagClassName
{
color: #C9B76A;
}
</style>
background-color css
<style>
a { background-color: #C9B76A; }
a { background-color: rgb(201,183,106); }
div.DivClassName
{
background-color: #C9B76A;
}
.BgClassName
{
background-color: #C9B76A;
}
</style>
border-color css
<style>
span { border-color: #C9B76A; }
span { border-color: rgb(201,183,106); }
td.TdClassName
{
border-color: #C9B76A;
}
.TagClassName
{
border-color: #C9B76A;
}
</style>