Shades of Old Gold #C2B032
Tints of Old Gold #C2B032
RGB
CMYK
RGB Variations
Color information
#C2B032 (or 0xC2B032) is known color: Old Gold. HEX triplet: C2, B0 and 32. RGB value is (194,176,50). Sum of RGB (Red+Green+Blue) = 194+176+50=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B032 is #3D4FCD. Grayscale: #A7A7A7. Windows color (decimal): -4018126 or 3322050. OLE color: 3322050.
HSL color Cylindrical-coordinate representation of color #C2B032: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B032 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 50 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.24 |
| HSL | 52.5º | 0.59% | 0.48% | - |
| HSV(B) | 52.5º | 0.74% | 0.76% | - |
| XYZ | 38.35 | 42.75 | 9.25 | - |
| YUV | 167.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 50 | 0 | 0.09 | 0.74 | 0.24 | 52.5 | 0.59 | 0.48 |
| Hex | C2 | B0 | 32 | 0 | 9 | 4A | 18 | 34 | 3B | 30 |
| Octal | 302 | 260 | 62 | 0 | 11 | 112 | 30 | 64 | 73 | 60 |
| Binary | 11000010 | 10110000 | 110010 | 0 | 1001 | 1001010 | 11000 | 110100 | 111011 | 110000 |
Color Harmonies of #C2B032
Complementary color
Monochromatic Colors of #C2B032
Black with #C2B032
Text Example
Text Example
White with #C2B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B032; }
p { color: rgb(194,176,50); }
H1.HeaderClassName
{
color: #C2B032;
}
.AnyTagClassName
{
color: #C2B032;
}
</style>
background-color css
<style>
a { background-color: #C2B032; }
a { background-color: rgb(194,176,50); }
div.DivClassName
{
background-color: #C2B032;
}
.BgClassName
{
background-color: #C2B032;
}
</style>
border-color css
<style>
span { border-color: #C2B032; }
span { border-color: rgb(194,176,50); }
td.TdClassName
{
border-color: #C2B032;
}
.TagClassName
{
border-color: #C2B032;
}
</style>