Shades of Old Gold #C7BA45
Tints of Old Gold #C7BA45
RGB
CMYK
RGB Variations
Color information
#C7BA45 (or 0xC7BA45) is known color: Old Gold. HEX triplet: C7, BA and 45. RGB value is (199,186,69). Sum of RGB (Red+Green+Blue) = 199+186+69=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA45 is #3845BA. Grayscale: #B1B1B1. Windows color (decimal): -3687867 or 4569799. OLE color: 4569799.
HSL color Cylindrical-coordinate representation of color #C7BA45: hue angle of 54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7BA45 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 69 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.22 |
| HSL | 54º | 0.54% | 0.53% | - |
| HSV(B) | 54º | 0.65% | 0.78% | - |
| XYZ | 42.19 | 47.69 | 12.61 | - |
| YUV | 176.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 69 | 0 | 0.07 | 0.65 | 0.22 | 54 | 0.54 | 0.53 |
| Hex | C7 | BA | 45 | 0 | 7 | 41 | 16 | 36 | 36 | 35 |
| Octal | 307 | 272 | 105 | 0 | 7 | 101 | 26 | 66 | 66 | 65 |
| Binary | 11000111 | 10111010 | 1000101 | 0 | 111 | 1000001 | 10110 | 110110 | 110110 | 110101 |
Color Harmonies of #C7BA45
Complementary color
Monochromatic Colors of #C7BA45
Black with #C7BA45
Text Example
Text Example
White with #C7BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA45; }
p { color: rgb(199,186,69); }
H1.HeaderClassName
{
color: #C7BA45;
}
.AnyTagClassName
{
color: #C7BA45;
}
</style>
background-color css
<style>
a { background-color: #C7BA45; }
a { background-color: rgb(199,186,69); }
div.DivClassName
{
background-color: #C7BA45;
}
.BgClassName
{
background-color: #C7BA45;
}
</style>
border-color css
<style>
span { border-color: #C7BA45; }
span { border-color: rgb(199,186,69); }
td.TdClassName
{
border-color: #C7BA45;
}
.TagClassName
{
border-color: #C7BA45;
}
</style>