Shades of Old Gold #C7B745
Tints of Old Gold #C7B745
RGB
CMYK
RGB Variations
Color information
#C7B745 (or 0xC7B745) is known color: Old Gold. HEX triplet: C7, B7 and 45. RGB value is (199,183,69). Sum of RGB (Red+Green+Blue) = 199+183+69=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B745 is #3848BA. Grayscale: #AFAFAF. Windows color (decimal): -3688635 or 4569031. OLE color: 4569031.
HSL color Cylindrical-coordinate representation of color #C7B745: hue angle of 52.62º 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 #C7B745 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 69 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.22 |
| HSL | 52.62º | 0.54% | 0.53% | - |
| HSV(B) | 52.62º | 0.65% | 0.78% | - |
| XYZ | 41.56 | 46.44 | 12.4 | - |
| YUV | 174.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 69 | 0 | 0.08 | 0.65 | 0.22 | 52.62 | 0.54 | 0.53 |
| Hex | C7 | B7 | 45 | 0 | 8 | 41 | 16 | 35 | 36 | 35 |
| Octal | 307 | 267 | 105 | 0 | 10 | 101 | 26 | 65 | 66 | 65 |
| Binary | 11000111 | 10110111 | 1000101 | 0 | 1000 | 1000001 | 10110 | 110101 | 110110 | 110101 |
Color Harmonies of #C7B745
Complementary color
Monochromatic Colors of #C7B745
Black with #C7B745
Text Example
Text Example
White with #C7B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B745; }
p { color: rgb(199,183,69); }
H1.HeaderClassName
{
color: #C7B745;
}
.AnyTagClassName
{
color: #C7B745;
}
</style>
background-color css
<style>
a { background-color: #C7B745; }
a { background-color: rgb(199,183,69); }
div.DivClassName
{
background-color: #C7B745;
}
.BgClassName
{
background-color: #C7B745;
}
</style>
border-color css
<style>
span { border-color: #C7B745; }
span { border-color: rgb(199,183,69); }
td.TdClassName
{
border-color: #C7B745;
}
.TagClassName
{
border-color: #C7B745;
}
</style>