Shades of Tacha #C7B75D
Tints of Tacha #C7B75D
RGB
CMYK
RGB Variations
Color information
#C7B75D (or 0xC7B75D) is known color: Tacha. HEX triplet: C7, B7 and 5D. RGB value is (199,183,93). Sum of RGB (Red+Green+Blue) = 199+183+93=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B75D is #3848A2. Grayscale: #B1B1B1. Windows color (decimal): -3688611 or 6141895. OLE color: 6141895.
HSL color Cylindrical-coordinate representation of color #C7B75D: hue angle of 50.94º degrees, saturation: 0.49, 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 #C7B75D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 93 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.22 |
| HSL | 50.94º | 0.49% | 0.57% | - |
| HSV(B) | 50.94º | 0.53% | 0.78% | - |
| XYZ | 42.46 | 46.8 | 17.15 | - |
| YUV | 177.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 93 | 0 | 0.08 | 0.53 | 0.22 | 50.94 | 0.49 | 0.57 |
| Hex | C7 | B7 | 5D | 0 | 8 | 35 | 16 | 33 | 31 | 39 |
| Octal | 307 | 267 | 135 | 0 | 10 | 65 | 26 | 63 | 61 | 71 |
| Binary | 11000111 | 10110111 | 1011101 | 0 | 1000 | 110101 | 10110 | 110011 | 110001 | 111001 |
Color Harmonies of #C7B75D
Complementary color
Monochromatic Colors of #C7B75D
Black with #C7B75D
Text Example
Text Example
White with #C7B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B75D; }
p { color: rgb(199,183,93); }
H1.HeaderClassName
{
color: #C7B75D;
}
.AnyTagClassName
{
color: #C7B75D;
}
</style>
background-color css
<style>
a { background-color: #C7B75D; }
a { background-color: rgb(199,183,93); }
div.DivClassName
{
background-color: #C7B75D;
}
.BgClassName
{
background-color: #C7B75D;
}
</style>
border-color css
<style>
span { border-color: #C7B75D; }
span { border-color: rgb(199,183,93); }
td.TdClassName
{
border-color: #C7B75D;
}
.TagClassName
{
border-color: #C7B75D;
}
</style>