Shades of Tacha #C7B860
Tints of Tacha #C7B860
RGB
CMYK
RGB Variations
Color information
#C7B860 (or 0xC7B860) is known color: Tacha. HEX triplet: C7, B8 and 60. RGB value is (199,184,96). Sum of RGB (Red+Green+Blue) = 199+184+96=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B860 is #38479F. Grayscale: #B2B2B2. Windows color (decimal): -3688352 or 6338759. OLE color: 6338759.
HSL color Cylindrical-coordinate representation of color #C7B860: hue angle of 51.26º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B860 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 96 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.22 |
| HSL | 51.26º | 0.48% | 0.58% | - |
| HSV(B) | 51.26º | 0.52% | 0.78% | - |
| XYZ | 42.81 | 47.27 | 17.93 | - |
| YUV | 178.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 96 | 0 | 0.08 | 0.52 | 0.22 | 51.26 | 0.48 | 0.58 |
| Hex | C7 | B8 | 60 | 0 | 8 | 34 | 16 | 33 | 30 | 3A |
| Octal | 307 | 270 | 140 | 0 | 10 | 64 | 26 | 63 | 60 | 72 |
| Binary | 11000111 | 10111000 | 1100000 | 0 | 1000 | 110100 | 10110 | 110011 | 110000 | 111010 |
Color Harmonies of #C7B860
Complementary color
Monochromatic Colors of #C7B860
Black with #C7B860
Text Example
Text Example
White with #C7B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B860; }
p { color: rgb(199,184,96); }
H1.HeaderClassName
{
color: #C7B860;
}
.AnyTagClassName
{
color: #C7B860;
}
</style>
background-color css
<style>
a { background-color: #C7B860; }
a { background-color: rgb(199,184,96); }
div.DivClassName
{
background-color: #C7B860;
}
.BgClassName
{
background-color: #C7B860;
}
</style>
border-color css
<style>
span { border-color: #C7B860; }
span { border-color: rgb(199,184,96); }
td.TdClassName
{
border-color: #C7B860;
}
.TagClassName
{
border-color: #C7B860;
}
</style>