Shades of Old Gold #C2B42E
Tints of Old Gold #C2B42E
RGB
CMYK
RGB Variations
Color information
#C2B42E (or 0xC2B42E) is known color: Old Gold. HEX triplet: C2, B4 and 2E. RGB value is (194,180,46). Sum of RGB (Red+Green+Blue) = 194+180+46=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B42E is #3D4BD1. Grayscale: #A9A9A9. Windows color (decimal): -4017106 or 3060930. OLE color: 3060930.
HSL color Cylindrical-coordinate representation of color #C2B42E: hue angle of 54.32º 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 #C2B42E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 46 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.24 |
| HSL | 54.32º | 0.62% | 0.47% | - |
| HSV(B) | 54.32º | 0.76% | 0.76% | - |
| XYZ | 39.06 | 44.31 | 9.08 | - |
| YUV | 168.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 46 | 0 | 0.07 | 0.76 | 0.24 | 54.32 | 0.62 | 0.47 |
| Hex | C2 | B4 | 2E | 0 | 7 | 4C | 18 | 36 | 3E | 2F |
| Octal | 302 | 264 | 56 | 0 | 7 | 114 | 30 | 66 | 76 | 57 |
| Binary | 11000010 | 10110100 | 101110 | 0 | 111 | 1001100 | 11000 | 110110 | 111110 | 101111 |
Color Harmonies of #C2B42E
Complementary color
Monochromatic Colors of #C2B42E
Black with #C2B42E
Text Example
Text Example
White with #C2B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B42E; }
p { color: rgb(194,180,46); }
H1.HeaderClassName
{
color: #C2B42E;
}
.AnyTagClassName
{
color: #C2B42E;
}
</style>
background-color css
<style>
a { background-color: #C2B42E; }
a { background-color: rgb(194,180,46); }
div.DivClassName
{
background-color: #C2B42E;
}
.BgClassName
{
background-color: #C2B42E;
}
</style>
border-color css
<style>
span { border-color: #C2B42E; }
span { border-color: rgb(194,180,46); }
td.TdClassName
{
border-color: #C2B42E;
}
.TagClassName
{
border-color: #C2B42E;
}
</style>