Shades of Tacha #C9BF51
Tints of Tacha #C9BF51
RGB
CMYK
RGB Variations
Color information
#C9BF51 (or 0xC9BF51) is known color: Tacha. HEX triplet: C9, BF and 51. RGB value is (201,191,81). Sum of RGB (Red+Green+Blue) = 201+191+81=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF51 is #3640AE. Grayscale: #B5B5B5. Windows color (decimal): -3555503 or 5357513. OLE color: 5357513.
HSL color Cylindrical-coordinate representation of color #C9BF51: hue angle of 55º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9BF51 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 81 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.21 |
| HSL | 55º | 0.53% | 0.55% | - |
| HSV(B) | 55º | 0.6% | 0.79% | - |
| XYZ | 44.2 | 50.27 | 15.16 | - |
| YUV | 181.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 81 | 0 | 0.05 | 0.60 | 0.21 | 55 | 0.53 | 0.55 |
| Hex | C9 | BF | 51 | 0 | 5 | 3C | 15 | 37 | 35 | 37 |
| Octal | 311 | 277 | 121 | 0 | 5 | 74 | 25 | 67 | 65 | 67 |
| Binary | 11001001 | 10111111 | 1010001 | 0 | 101 | 111100 | 10101 | 110111 | 110101 | 110111 |
Color Harmonies of #C9BF51
Complementary color
Monochromatic Colors of #C9BF51
Black with #C9BF51
Text Example
Text Example
White with #C9BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF51; }
p { color: rgb(201,191,81); }
H1.HeaderClassName
{
color: #C9BF51;
}
.AnyTagClassName
{
color: #C9BF51;
}
</style>
background-color css
<style>
a { background-color: #C9BF51; }
a { background-color: rgb(201,191,81); }
div.DivClassName
{
background-color: #C9BF51;
}
.BgClassName
{
background-color: #C9BF51;
}
</style>
border-color css
<style>
span { border-color: #C9BF51; }
span { border-color: rgb(201,191,81); }
td.TdClassName
{
border-color: #C9BF51;
}
.TagClassName
{
border-color: #C9BF51;
}
</style>