Shades of Old Gold #C2B632
Tints of Old Gold #C2B632
RGB
CMYK
RGB Variations
Color information
#C2B632 (or 0xC2B632) is known color: Old Gold. HEX triplet: C2, B6 and 32. RGB value is (194,182,50). Sum of RGB (Red+Green+Blue) = 194+182+50=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B632 is #3D49CD. Grayscale: #ABABAB. Windows color (decimal): -4016590 or 3323586. OLE color: 3323586.
HSL color Cylindrical-coordinate representation of color #C2B632: hue angle of 55º 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 #C2B632 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 50 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.24 |
| HSL | 55º | 0.59% | 0.48% | - |
| HSV(B) | 55º | 0.74% | 0.76% | - |
| XYZ | 39.55 | 45.16 | 9.65 | - |
| YUV | 170.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 50 | 0 | 0.06 | 0.74 | 0.24 | 55 | 0.59 | 0.48 |
| Hex | C2 | B6 | 32 | 0 | 6 | 4A | 18 | 37 | 3B | 30 |
| Octal | 302 | 266 | 62 | 0 | 6 | 112 | 30 | 67 | 73 | 60 |
| Binary | 11000010 | 10110110 | 110010 | 0 | 110 | 1001010 | 11000 | 110111 | 111011 | 110000 |
Color Harmonies of #C2B632
Complementary color
Monochromatic Colors of #C2B632
Black with #C2B632
Text Example
Text Example
White with #C2B632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B632; }
p { color: rgb(194,182,50); }
H1.HeaderClassName
{
color: #C2B632;
}
.AnyTagClassName
{
color: #C2B632;
}
</style>
background-color css
<style>
a { background-color: #C2B632; }
a { background-color: rgb(194,182,50); }
div.DivClassName
{
background-color: #C2B632;
}
.BgClassName
{
background-color: #C2B632;
}
</style>
border-color css
<style>
span { border-color: #C2B632; }
span { border-color: rgb(194,182,50); }
td.TdClassName
{
border-color: #C2B632;
}
.TagClassName
{
border-color: #C2B632;
}
</style>