Shades of Tacha #C7B75E
Tints of Tacha #C7B75E
RGB
CMYK
RGB Variations
Color information
#C7B75E (or 0xC7B75E) is known color: Tacha. HEX triplet: C7, B7 and 5E. RGB value is (199,183,94). Sum of RGB (Red+Green+Blue) = 199+183+94=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B75E is #3848A1. Grayscale: #B2B2B2. Windows color (decimal): -3688610 or 6207431. OLE color: 6207431.
HSL color Cylindrical-coordinate representation of color #C7B75E: hue angle of 50.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7B75E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 94 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.22 |
| HSL | 50.86º | 0.48% | 0.57% | - |
| HSV(B) | 50.86º | 0.53% | 0.78% | - |
| XYZ | 42.51 | 46.82 | 17.39 | - |
| YUV | 177.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 94 | 0 | 0.08 | 0.53 | 0.22 | 50.86 | 0.48 | 0.57 |
| Hex | C7 | B7 | 5E | 0 | 8 | 35 | 16 | 33 | 30 | 39 |
| Octal | 307 | 267 | 136 | 0 | 10 | 65 | 26 | 63 | 60 | 71 |
| Binary | 11000111 | 10110111 | 1011110 | 0 | 1000 | 110101 | 10110 | 110011 | 110000 | 111001 |
Color Harmonies of #C7B75E
Complementary color
Monochromatic Colors of #C7B75E
Black with #C7B75E
Text Example
Text Example
White with #C7B75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B75E; }
p { color: rgb(199,183,94); }
H1.HeaderClassName
{
color: #C7B75E;
}
.AnyTagClassName
{
color: #C7B75E;
}
</style>
background-color css
<style>
a { background-color: #C7B75E; }
a { background-color: rgb(199,183,94); }
div.DivClassName
{
background-color: #C7B75E;
}
.BgClassName
{
background-color: #C7B75E;
}
</style>
border-color css
<style>
span { border-color: #C7B75E; }
span { border-color: rgb(199,183,94); }
td.TdClassName
{
border-color: #C7B75E;
}
.TagClassName
{
border-color: #C7B75E;
}
</style>