Shades of Old Gold #C2B932
Tints of Old Gold #C2B932
RGB
CMYK
RGB Variations
Color information
#C2B932 (or 0xC2B932) is known color: Old Gold. HEX triplet: C2, B9 and 32. RGB value is (194,185,50). Sum of RGB (Red+Green+Blue) = 194+185+50=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B932 is #3D46CD. Grayscale: #ACACAC. Windows color (decimal): -4015822 or 3324354. OLE color: 3324354.
HSL color Cylindrical-coordinate representation of color #C2B932: hue angle of 56.25º 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 #C2B932 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 50 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.24 |
| HSL | 56.25º | 0.59% | 0.48% | - |
| HSV(B) | 56.25º | 0.74% | 0.76% | - |
| XYZ | 40.17 | 46.4 | 9.86 | - |
| YUV | 172.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 50 | 0 | 0.05 | 0.74 | 0.24 | 56.25 | 0.59 | 0.48 |
| Hex | C2 | B9 | 32 | 0 | 5 | 4A | 18 | 38 | 3B | 30 |
| Octal | 302 | 271 | 62 | 0 | 5 | 112 | 30 | 70 | 73 | 60 |
| Binary | 11000010 | 10111001 | 110010 | 0 | 101 | 1001010 | 11000 | 111000 | 111011 | 110000 |
Color Harmonies of #C2B932
Complementary color
Monochromatic Colors of #C2B932
Black with #C2B932
Text Example
Text Example
White with #C2B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B932; }
p { color: rgb(194,185,50); }
H1.HeaderClassName
{
color: #C2B932;
}
.AnyTagClassName
{
color: #C2B932;
}
</style>
background-color css
<style>
a { background-color: #C2B932; }
a { background-color: rgb(194,185,50); }
div.DivClassName
{
background-color: #C2B932;
}
.BgClassName
{
background-color: #C2B932;
}
</style>
border-color css
<style>
span { border-color: #C2B932; }
span { border-color: rgb(194,185,50); }
td.TdClassName
{
border-color: #C2B932;
}
.TagClassName
{
border-color: #C2B932;
}
</style>