Shades of Tacha #C9BF5B
Tints of Tacha #C9BF5B
RGB
CMYK
RGB Variations
Color information
#C9BF5B (or 0xC9BF5B) is known color: Tacha. HEX triplet: C9, BF and 5B. RGB value is (201,191,91). Sum of RGB (Red+Green+Blue) = 201+191+91=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF5B is #3640A4. Grayscale: #B7B7B7. Windows color (decimal): -3555493 or 6012873. OLE color: 6012873.
HSL color Cylindrical-coordinate representation of color #C9BF5B: hue angle of 54.55º 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 #C9BF5B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 91 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.21 |
| HSL | 54.55º | 0.5% | 0.57% | - |
| HSV(B) | 54.55º | 0.55% | 0.79% | - |
| XYZ | 44.61 | 50.43 | 17.28 | - |
| YUV | 182.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 91 | 0 | 0.05 | 0.55 | 0.21 | 54.55 | 0.5 | 0.57 |
| Hex | C9 | BF | 5B | 0 | 5 | 37 | 15 | 37 | 32 | 39 |
| Octal | 311 | 277 | 133 | 0 | 5 | 67 | 25 | 67 | 62 | 71 |
| Binary | 11001001 | 10111111 | 1011011 | 0 | 101 | 110111 | 10101 | 110111 | 110010 | 111001 |
Color Harmonies of #C9BF5B
Complementary color
Monochromatic Colors of #C9BF5B
Black with #C9BF5B
Text Example
Text Example
White with #C9BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF5B; }
p { color: rgb(201,191,91); }
H1.HeaderClassName
{
color: #C9BF5B;
}
.AnyTagClassName
{
color: #C9BF5B;
}
</style>
background-color css
<style>
a { background-color: #C9BF5B; }
a { background-color: rgb(201,191,91); }
div.DivClassName
{
background-color: #C9BF5B;
}
.BgClassName
{
background-color: #C9BF5B;
}
</style>
border-color css
<style>
span { border-color: #C9BF5B; }
span { border-color: rgb(201,191,91); }
td.TdClassName
{
border-color: #C9BF5B;
}
.TagClassName
{
border-color: #C9BF5B;
}
</style>