Shades of Old Gold #C7B42E
Tints of Old Gold #C7B42E
RGB
CMYK
RGB Variations
Color information
#C7B42E (or 0xC7B42E) is known color: Old Gold. HEX triplet: C7, B4 and 2E. RGB value is (199,180,46). Sum of RGB (Red+Green+Blue) = 199+180+46=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B42E is #384BD1. Grayscale: #AAAAAA. Windows color (decimal): -3689426 or 3060935. OLE color: 3060935.
HSL color Cylindrical-coordinate representation of color #C7B42E: hue angle of 52.55º 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 #C7B42E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 46 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.22 |
| HSL | 52.55º | 0.62% | 0.48% | - |
| HSV(B) | 52.55º | 0.77% | 0.78% | - |
| XYZ | 40.37 | 44.98 | 9.14 | - |
| YUV | 170.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 46 | 0 | 0.10 | 0.77 | 0.22 | 52.55 | 0.62 | 0.48 |
| Hex | C7 | B4 | 2E | 0 | A | 4D | 16 | 35 | 3E | 30 |
| Octal | 307 | 264 | 56 | 0 | 12 | 115 | 26 | 65 | 76 | 60 |
| Binary | 11000111 | 10110100 | 101110 | 0 | 1010 | 1001101 | 10110 | 110101 | 111110 | 110000 |
Color Harmonies of #C7B42E
Complementary color
Monochromatic Colors of #C7B42E
Black with #C7B42E
Text Example
Text Example
White with #C7B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B42E; }
p { color: rgb(199,180,46); }
H1.HeaderClassName
{
color: #C7B42E;
}
.AnyTagClassName
{
color: #C7B42E;
}
</style>
background-color css
<style>
a { background-color: #C7B42E; }
a { background-color: rgb(199,180,46); }
div.DivClassName
{
background-color: #C7B42E;
}
.BgClassName
{
background-color: #C7B42E;
}
</style>
border-color css
<style>
span { border-color: #C7B42E; }
span { border-color: rgb(199,180,46); }
td.TdClassName
{
border-color: #C7B42E;
}
.TagClassName
{
border-color: #C7B42E;
}
</style>