Shades of Tacha #C9B85B
Tints of Tacha #C9B85B
RGB
CMYK
RGB Variations
Color information
#C9B85B (or 0xC9B85B) is known color: Tacha. HEX triplet: C9, B8 and 5B. RGB value is (201,184,91). Sum of RGB (Red+Green+Blue) = 201+184+91=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B85B is #3647A4. Grayscale: #B2B2B2. Windows color (decimal): -3557285 or 6011081. OLE color: 6011081.
HSL color Cylindrical-coordinate representation of color #C9B85B: hue angle of 50.73º 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 #C9B85B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 91 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.21 |
| HSL | 50.73º | 0.5% | 0.57% | - |
| HSV(B) | 50.73º | 0.55% | 0.79% | - |
| XYZ | 43.12 | 47.45 | 16.78 | - |
| YUV | 178.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 91 | 0 | 0.08 | 0.55 | 0.21 | 50.73 | 0.5 | 0.57 |
| Hex | C9 | B8 | 5B | 0 | 8 | 37 | 15 | 33 | 32 | 39 |
| Octal | 311 | 270 | 133 | 0 | 10 | 67 | 25 | 63 | 62 | 71 |
| Binary | 11001001 | 10111000 | 1011011 | 0 | 1000 | 110111 | 10101 | 110011 | 110010 | 111001 |
Color Harmonies of #C9B85B
Complementary color
Monochromatic Colors of #C9B85B
Black with #C9B85B
Text Example
Text Example
White with #C9B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B85B; }
p { color: rgb(201,184,91); }
H1.HeaderClassName
{
color: #C9B85B;
}
.AnyTagClassName
{
color: #C9B85B;
}
</style>
background-color css
<style>
a { background-color: #C9B85B; }
a { background-color: rgb(201,184,91); }
div.DivClassName
{
background-color: #C9B85B;
}
.BgClassName
{
background-color: #C9B85B;
}
</style>
border-color css
<style>
span { border-color: #C9B85B; }
span { border-color: rgb(201,184,91); }
td.TdClassName
{
border-color: #C9B85B;
}
.TagClassName
{
border-color: #C9B85B;
}
</style>