Shades of Tacha #C9B55B
Tints of Tacha #C9B55B
RGB
CMYK
RGB Variations
Color information
#C9B55B (or 0xC9B55B) is known color: Tacha. HEX triplet: C9, B5 and 5B. RGB value is (201,181,91). Sum of RGB (Red+Green+Blue) = 201+181+91=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B55B is #364AA4. Grayscale: #B1B1B1. Windows color (decimal): -3558053 or 6010313. OLE color: 6010313.
HSL color Cylindrical-coordinate representation of color #C9B55B: hue angle of 49.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9B55B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 91 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.21 |
| HSL | 49.09º | 0.5% | 0.57% | - |
| HSV(B) | 49.09º | 0.55% | 0.79% | - |
| XYZ | 42.5 | 46.22 | 16.58 | - |
| YUV | 176.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 91 | 0 | 0.10 | 0.55 | 0.21 | 49.09 | 0.5 | 0.57 |
| Hex | C9 | B5 | 5B | 0 | A | 37 | 15 | 31 | 32 | 39 |
| Octal | 311 | 265 | 133 | 0 | 12 | 67 | 25 | 61 | 62 | 71 |
| Binary | 11001001 | 10110101 | 1011011 | 0 | 1010 | 110111 | 10101 | 110001 | 110010 | 111001 |
Color Harmonies of #C9B55B
Complementary color
Monochromatic Colors of #C9B55B
Black with #C9B55B
Text Example
Text Example
White with #C9B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B55B; }
p { color: rgb(201,181,91); }
H1.HeaderClassName
{
color: #C9B55B;
}
.AnyTagClassName
{
color: #C9B55B;
}
</style>
background-color css
<style>
a { background-color: #C9B55B; }
a { background-color: rgb(201,181,91); }
div.DivClassName
{
background-color: #C9B55B;
}
.BgClassName
{
background-color: #C9B55B;
}
</style>
border-color css
<style>
span { border-color: #C9B55B; }
span { border-color: rgb(201,181,91); }
td.TdClassName
{
border-color: #C9B55B;
}
.TagClassName
{
border-color: #C9B55B;
}
</style>