Shades of Old Gold #C2B031
Tints of Old Gold #C2B031
RGB
CMYK
RGB Variations
Color information
#C2B031 (or 0xC2B031) is known color: Old Gold. HEX triplet: C2, B0 and 31. RGB value is (194,176,49). Sum of RGB (Red+Green+Blue) = 194+176+49=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B031 is #3D4FCE. Grayscale: #A7A7A7. Windows color (decimal): -4018127 or 3256514. OLE color: 3256514.
HSL color Cylindrical-coordinate representation of color #C2B031: hue angle of 52.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2B031 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 49 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.24 |
| HSL | 52.55º | 0.6% | 0.48% | - |
| HSV(B) | 52.55º | 0.75% | 0.76% | - |
| XYZ | 38.33 | 42.74 | 9.14 | - |
| YUV | 166.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 49 | 0 | 0.09 | 0.75 | 0.24 | 52.55 | 0.6 | 0.48 |
| Hex | C2 | B0 | 31 | 0 | 9 | 4B | 18 | 35 | 3C | 30 |
| Octal | 302 | 260 | 61 | 0 | 11 | 113 | 30 | 65 | 74 | 60 |
| Binary | 11000010 | 10110000 | 110001 | 0 | 1001 | 1001011 | 11000 | 110101 | 111100 | 110000 |
Color Harmonies of #C2B031
Complementary color
Monochromatic Colors of #C2B031
Black with #C2B031
Text Example
Text Example
White with #C2B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B031; }
p { color: rgb(194,176,49); }
H1.HeaderClassName
{
color: #C2B031;
}
.AnyTagClassName
{
color: #C2B031;
}
</style>
background-color css
<style>
a { background-color: #C2B031; }
a { background-color: rgb(194,176,49); }
div.DivClassName
{
background-color: #C2B031;
}
.BgClassName
{
background-color: #C2B031;
}
</style>
border-color css
<style>
span { border-color: #C2B031; }
span { border-color: rgb(194,176,49); }
td.TdClassName
{
border-color: #C2B031;
}
.TagClassName
{
border-color: #C2B031;
}
</style>