Shades of Tacha #C9BE50
Tints of Tacha #C9BE50
RGB
CMYK
RGB Variations
Color information
#C9BE50 (or 0xC9BE50) is known color: Tacha. HEX triplet: C9, BE and 50. RGB value is (201,190,80). Sum of RGB (Red+Green+Blue) = 201+190+80=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE50 is #3641AF. Grayscale: #B5B5B5. Windows color (decimal): -3555760 or 5291721. OLE color: 5291721.
HSL color Cylindrical-coordinate representation of color #C9BE50: hue angle of 54.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 #C9BE50 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 80 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.21 |
| HSL | 54.55º | 0.53% | 0.55% | - |
| HSV(B) | 54.55º | 0.6% | 0.79% | - |
| XYZ | 43.95 | 49.82 | 14.89 | - |
| YUV | 180.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 80 | 0 | 0.05 | 0.60 | 0.21 | 54.55 | 0.53 | 0.55 |
| Hex | C9 | BE | 50 | 0 | 5 | 3C | 15 | 37 | 35 | 37 |
| Octal | 311 | 276 | 120 | 0 | 5 | 74 | 25 | 67 | 65 | 67 |
| Binary | 11001001 | 10111110 | 1010000 | 0 | 101 | 111100 | 10101 | 110111 | 110101 | 110111 |
Color Harmonies of #C9BE50
Complementary color
Monochromatic Colors of #C9BE50
Black with #C9BE50
Text Example
Text Example
White with #C9BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE50; }
p { color: rgb(201,190,80); }
H1.HeaderClassName
{
color: #C9BE50;
}
.AnyTagClassName
{
color: #C9BE50;
}
</style>
background-color css
<style>
a { background-color: #C9BE50; }
a { background-color: rgb(201,190,80); }
div.DivClassName
{
background-color: #C9BE50;
}
.BgClassName
{
background-color: #C9BE50;
}
</style>
border-color css
<style>
span { border-color: #C9BE50; }
span { border-color: rgb(201,190,80); }
td.TdClassName
{
border-color: #C9BE50;
}
.TagClassName
{
border-color: #C9BE50;
}
</style>