Shades of Old Gold #C2B332
Tints of Old Gold #C2B332
RGB
CMYK
RGB Variations
Color information
#C2B332 (or 0xC2B332) is known color: Old Gold. HEX triplet: C2, B3 and 32. RGB value is (194,179,50). Sum of RGB (Red+Green+Blue) = 194+179+50=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B332 is #3D4CCD. Grayscale: #A9A9A9. Windows color (decimal): -4017358 or 3322818. OLE color: 3322818.
HSL color Cylindrical-coordinate representation of color #C2B332: hue angle of 53.75º 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 #C2B332 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.24 |
| HSL | 53.75º | 0.59% | 0.48% | - |
| HSV(B) | 53.75º | 0.74% | 0.76% | - |
| XYZ | 38.94 | 43.94 | 9.45 | - |
| YUV | 168.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 50 | 0 | 0.08 | 0.74 | 0.24 | 53.75 | 0.59 | 0.48 |
| Hex | C2 | B3 | 32 | 0 | 8 | 4A | 18 | 36 | 3B | 30 |
| Octal | 302 | 263 | 62 | 0 | 10 | 112 | 30 | 66 | 73 | 60 |
| Binary | 11000010 | 10110011 | 110010 | 0 | 1000 | 1001010 | 11000 | 110110 | 111011 | 110000 |
Color Harmonies of #C2B332
Complementary color
Monochromatic Colors of #C2B332
Black with #C2B332
Text Example
Text Example
White with #C2B332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B332; }
p { color: rgb(194,179,50); }
H1.HeaderClassName
{
color: #C2B332;
}
.AnyTagClassName
{
color: #C2B332;
}
</style>
background-color css
<style>
a { background-color: #C2B332; }
a { background-color: rgb(194,179,50); }
div.DivClassName
{
background-color: #C2B332;
}
.BgClassName
{
background-color: #C2B332;
}
</style>
border-color css
<style>
span { border-color: #C2B332; }
span { border-color: rgb(194,179,50); }
td.TdClassName
{
border-color: #C2B332;
}
.TagClassName
{
border-color: #C2B332;
}
</style>