Shades of Tacha #C7B85E
Tints of Tacha #C7B85E
RGB
CMYK
RGB Variations
Color information
#C7B85E (or 0xC7B85E) is known color: Tacha. HEX triplet: C7, B8 and 5E. RGB value is (199,184,94). Sum of RGB (Red+Green+Blue) = 199+184+94=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B85E is #3847A1. Grayscale: #B2B2B2. Windows color (decimal): -3688354 or 6207687. OLE color: 6207687.
HSL color Cylindrical-coordinate representation of color #C7B85E: hue angle of 51.43º 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 #C7B85E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 94 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.22 |
| HSL | 51.43º | 0.48% | 0.57% | - |
| HSV(B) | 51.43º | 0.53% | 0.78% | - |
| XYZ | 42.71 | 47.23 | 17.45 | - |
| YUV | 178.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 94 | 0 | 0.08 | 0.53 | 0.22 | 51.43 | 0.48 | 0.57 |
| Hex | C7 | B8 | 5E | 0 | 8 | 35 | 16 | 33 | 30 | 39 |
| Octal | 307 | 270 | 136 | 0 | 10 | 65 | 26 | 63 | 60 | 71 |
| Binary | 11000111 | 10111000 | 1011110 | 0 | 1000 | 110101 | 10110 | 110011 | 110000 | 111001 |
Color Harmonies of #C7B85E
Complementary color
Monochromatic Colors of #C7B85E
Black with #C7B85E
Text Example
Text Example
White with #C7B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B85E; }
p { color: rgb(199,184,94); }
H1.HeaderClassName
{
color: #C7B85E;
}
.AnyTagClassName
{
color: #C7B85E;
}
</style>
background-color css
<style>
a { background-color: #C7B85E; }
a { background-color: rgb(199,184,94); }
div.DivClassName
{
background-color: #C7B85E;
}
.BgClassName
{
background-color: #C7B85E;
}
</style>
border-color css
<style>
span { border-color: #C7B85E; }
span { border-color: rgb(199,184,94); }
td.TdClassName
{
border-color: #C7B85E;
}
.TagClassName
{
border-color: #C7B85E;
}
</style>