Shades of Old Gold #C2B32E
Tints of Old Gold #C2B32E
RGB
CMYK
RGB Variations
Color information
#C2B32E (or 0xC2B32E) is known color: Old Gold. HEX triplet: C2, B3 and 2E. RGB value is (194,179,46). Sum of RGB (Red+Green+Blue) = 194+179+46=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B32E is #3D4CD1. Grayscale: #A8A8A8. Windows color (decimal): -4017362 or 3060674. OLE color: 3060674.
HSL color Cylindrical-coordinate representation of color #C2B32E: hue angle of 53.92º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B32E is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 46 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.24 |
| HSL | 53.92º | 0.62% | 0.47% | - |
| HSV(B) | 53.92º | 0.76% | 0.76% | - |
| XYZ | 38.86 | 43.91 | 9.01 | - |
| YUV | 168.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 46 | 0 | 0.08 | 0.76 | 0.24 | 53.92 | 0.62 | 0.47 |
| Hex | C2 | B3 | 2E | 0 | 8 | 4C | 18 | 36 | 3E | 2F |
| Octal | 302 | 263 | 56 | 0 | 10 | 114 | 30 | 66 | 76 | 57 |
| Binary | 11000010 | 10110011 | 101110 | 0 | 1000 | 1001100 | 11000 | 110110 | 111110 | 101111 |
Color Harmonies of #C2B32E
Complementary color
Monochromatic Colors of #C2B32E
Black with #C2B32E
Text Example
Text Example
White with #C2B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B32E; }
p { color: rgb(194,179,46); }
H1.HeaderClassName
{
color: #C2B32E;
}
.AnyTagClassName
{
color: #C2B32E;
}
</style>
background-color css
<style>
a { background-color: #C2B32E; }
a { background-color: rgb(194,179,46); }
div.DivClassName
{
background-color: #C2B32E;
}
.BgClassName
{
background-color: #C2B32E;
}
</style>
border-color css
<style>
span { border-color: #C2B32E; }
span { border-color: rgb(194,179,46); }
td.TdClassName
{
border-color: #C2B32E;
}
.TagClassName
{
border-color: #C2B32E;
}
</style>