Shades of Tacha #C7B963
Tints of Tacha #C7B963
RGB
CMYK
RGB Variations
Color information
#C7B963 (or 0xC7B963) is known color: Tacha. HEX triplet: C7, B9 and 63. RGB value is (199,185,99). Sum of RGB (Red+Green+Blue) = 199+185+99=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B963 is #38469C. Grayscale: #B3B3B3. Windows color (decimal): -3688093 or 6535623. OLE color: 6535623.
HSL color Cylindrical-coordinate representation of color #C7B963: hue angle of 51.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7B963 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 99 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.22 |
| HSL | 51.6º | 0.47% | 0.58% | - |
| HSV(B) | 51.6º | 0.5% | 0.78% | - |
| XYZ | 43.15 | 47.74 | 18.74 | - |
| YUV | 179.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 99 | 0 | 0.07 | 0.50 | 0.22 | 51.6 | 0.47 | 0.58 |
| Hex | C7 | B9 | 63 | 0 | 7 | 32 | 16 | 34 | 2F | 3A |
| Octal | 307 | 271 | 143 | 0 | 7 | 62 | 26 | 64 | 57 | 72 |
| Binary | 11000111 | 10111001 | 1100011 | 0 | 111 | 110010 | 10110 | 110100 | 101111 | 111010 |
Color Harmonies of #C7B963
Complementary color
Monochromatic Colors of #C7B963
Black with #C7B963
Text Example
Text Example
White with #C7B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B963; }
p { color: rgb(199,185,99); }
H1.HeaderClassName
{
color: #C7B963;
}
.AnyTagClassName
{
color: #C7B963;
}
</style>
background-color css
<style>
a { background-color: #C7B963; }
a { background-color: rgb(199,185,99); }
div.DivClassName
{
background-color: #C7B963;
}
.BgClassName
{
background-color: #C7B963;
}
</style>
border-color css
<style>
span { border-color: #C7B963; }
span { border-color: rgb(199,185,99); }
td.TdClassName
{
border-color: #C7B963;
}
.TagClassName
{
border-color: #C7B963;
}
</style>