Shades of Old Gold #C2B532
Tints of Old Gold #C2B532
RGB
CMYK
RGB Variations
Color information
#C2B532 (or 0xC2B532) is known color: Old Gold. HEX triplet: C2, B5 and 32. RGB value is (194,181,50). Sum of RGB (Red+Green+Blue) = 194+181+50=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B532 is #3D4ACD. Grayscale: #AAAAAA. Windows color (decimal): -4016846 or 3323330. OLE color: 3323330.
HSL color Cylindrical-coordinate representation of color #C2B532: hue angle of 54.58º 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 #C2B532 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 50 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.24 |
| HSL | 54.58º | 0.59% | 0.48% | - |
| HSV(B) | 54.58º | 0.74% | 0.76% | - |
| XYZ | 39.35 | 44.75 | 9.58 | - |
| YUV | 169.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 50 | 0 | 0.07 | 0.74 | 0.24 | 54.58 | 0.59 | 0.48 |
| Hex | C2 | B5 | 32 | 0 | 7 | 4A | 18 | 37 | 3B | 30 |
| Octal | 302 | 265 | 62 | 0 | 7 | 112 | 30 | 67 | 73 | 60 |
| Binary | 11000010 | 10110101 | 110010 | 0 | 111 | 1001010 | 11000 | 110111 | 111011 | 110000 |
Color Harmonies of #C2B532
Complementary color
Monochromatic Colors of #C2B532
Black with #C2B532
Text Example
Text Example
White with #C2B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B532; }
p { color: rgb(194,181,50); }
H1.HeaderClassName
{
color: #C2B532;
}
.AnyTagClassName
{
color: #C2B532;
}
</style>
background-color css
<style>
a { background-color: #C2B532; }
a { background-color: rgb(194,181,50); }
div.DivClassName
{
background-color: #C2B532;
}
.BgClassName
{
background-color: #C2B532;
}
</style>
border-color css
<style>
span { border-color: #C2B532; }
span { border-color: rgb(194,181,50); }
td.TdClassName
{
border-color: #C2B532;
}
.TagClassName
{
border-color: #C2B532;
}
</style>