Shades of Old Gold #C7BA47
Tints of Old Gold #C7BA47
RGB
CMYK
RGB Variations
Color information
#C7BA47 (or 0xC7BA47) is known color: Old Gold. HEX triplet: C7, BA and 47. RGB value is (199,186,71). Sum of RGB (Red+Green+Blue) = 199+186+71=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA47 is #3845B8. Grayscale: #B1B1B1. Windows color (decimal): -3687865 or 4700871. OLE color: 4700871.
HSL color Cylindrical-coordinate representation of color #C7BA47: hue angle of 53.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7BA47 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 71 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.22 |
| HSL | 53.91º | 0.53% | 0.53% | - |
| HSV(B) | 53.91º | 0.64% | 0.78% | - |
| XYZ | 42.25 | 47.71 | 12.94 | - |
| YUV | 176.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 71 | 0 | 0.07 | 0.64 | 0.22 | 53.91 | 0.53 | 0.53 |
| Hex | C7 | BA | 47 | 0 | 7 | 40 | 16 | 36 | 35 | 35 |
| Octal | 307 | 272 | 107 | 0 | 7 | 100 | 26 | 66 | 65 | 65 |
| Binary | 11000111 | 10111010 | 1000111 | 0 | 111 | 1000000 | 10110 | 110110 | 110101 | 110101 |
Color Harmonies of #C7BA47
Complementary color
Monochromatic Colors of #C7BA47
Black with #C7BA47
Text Example
Text Example
White with #C7BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA47; }
p { color: rgb(199,186,71); }
H1.HeaderClassName
{
color: #C7BA47;
}
.AnyTagClassName
{
color: #C7BA47;
}
</style>
background-color css
<style>
a { background-color: #C7BA47; }
a { background-color: rgb(199,186,71); }
div.DivClassName
{
background-color: #C7BA47;
}
.BgClassName
{
background-color: #C7BA47;
}
</style>
border-color css
<style>
span { border-color: #C7BA47; }
span { border-color: rgb(199,186,71); }
td.TdClassName
{
border-color: #C7BA47;
}
.TagClassName
{
border-color: #C7BA47;
}
</style>