Shades of Old Gold #C7B52E
Tints of Old Gold #C7B52E
RGB
CMYK
RGB Variations
Color information
#C7B52E (or 0xC7B52E) is known color: Old Gold. HEX triplet: C7, B5 and 2E. RGB value is (199,181,46). Sum of RGB (Red+Green+Blue) = 199+181+46=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B52E is #384AD1. Grayscale: #ABABAB. Windows color (decimal): -3689170 or 3061191. OLE color: 3061191.
HSL color Cylindrical-coordinate representation of color #C7B52E: hue angle of 52.94º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7B52E is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 46 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.22 |
| HSL | 52.94º | 0.62% | 0.48% | - |
| HSV(B) | 52.94º | 0.77% | 0.78% | - |
| XYZ | 40.57 | 45.39 | 9.21 | - |
| YUV | 170.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 46 | 0 | 0.09 | 0.77 | 0.22 | 52.94 | 0.62 | 0.48 |
| Hex | C7 | B5 | 2E | 0 | 9 | 4D | 16 | 35 | 3E | 30 |
| Octal | 307 | 265 | 56 | 0 | 11 | 115 | 26 | 65 | 76 | 60 |
| Binary | 11000111 | 10110101 | 101110 | 0 | 1001 | 1001101 | 10110 | 110101 | 111110 | 110000 |
Color Harmonies of #C7B52E
Complementary color
Monochromatic Colors of #C7B52E
Black with #C7B52E
Text Example
Text Example
White with #C7B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B52E; }
p { color: rgb(199,181,46); }
H1.HeaderClassName
{
color: #C7B52E;
}
.AnyTagClassName
{
color: #C7B52E;
}
</style>
background-color css
<style>
a { background-color: #C7B52E; }
a { background-color: rgb(199,181,46); }
div.DivClassName
{
background-color: #C7B52E;
}
.BgClassName
{
background-color: #C7B52E;
}
</style>
border-color css
<style>
span { border-color: #C7B52E; }
span { border-color: rgb(199,181,46); }
td.TdClassName
{
border-color: #C7B52E;
}
.TagClassName
{
border-color: #C7B52E;
}
</style>