Shades of Old Gold #C2B82E
Tints of Old Gold #C2B82E
RGB
CMYK
RGB Variations
Color information
#C2B82E (or 0xC2B82E) is known color: Old Gold. HEX triplet: C2, B8 and 2E. RGB value is (194,184,46). Sum of RGB (Red+Green+Blue) = 194+184+46=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B82E is #3D47D1. Grayscale: #ABABAB. Windows color (decimal): -4016082 or 3061954. OLE color: 3061954.
HSL color Cylindrical-coordinate representation of color #C2B82E: hue angle of 55.95º 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 #C2B82E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 46 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.24 |
| HSL | 55.95º | 0.62% | 0.47% | - |
| HSV(B) | 55.95º | 0.76% | 0.76% | - |
| XYZ | 39.88 | 45.95 | 9.35 | - |
| YUV | 171.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 46 | 0 | 0.05 | 0.76 | 0.24 | 55.95 | 0.62 | 0.47 |
| Hex | C2 | B8 | 2E | 0 | 5 | 4C | 18 | 38 | 3E | 2F |
| Octal | 302 | 270 | 56 | 0 | 5 | 114 | 30 | 70 | 76 | 57 |
| Binary | 11000010 | 10111000 | 101110 | 0 | 101 | 1001100 | 11000 | 111000 | 111110 | 101111 |
Color Harmonies of #C2B82E
Complementary color
Monochromatic Colors of #C2B82E
Black with #C2B82E
Text Example
Text Example
White with #C2B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B82E; }
p { color: rgb(194,184,46); }
H1.HeaderClassName
{
color: #C2B82E;
}
.AnyTagClassName
{
color: #C2B82E;
}
</style>
background-color css
<style>
a { background-color: #C2B82E; }
a { background-color: rgb(194,184,46); }
div.DivClassName
{
background-color: #C2B82E;
}
.BgClassName
{
background-color: #C2B82E;
}
</style>
border-color css
<style>
span { border-color: #C2B82E; }
span { border-color: rgb(194,184,46); }
td.TdClassName
{
border-color: #C2B82E;
}
.TagClassName
{
border-color: #C2B82E;
}
</style>