Shades of Old Gold #C4C032
Tints of Old Gold #C4C032
RGB
CMYK
RGB Variations
Color information
#C4C032 (or 0xC4C032) is known color: Old Gold. HEX triplet: C4, C0 and 32. RGB value is (196,192,50). Sum of RGB (Red+Green+Blue) = 196+192+50=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C032 is #3B3FCD. Grayscale: #B1B1B1. Windows color (decimal): -3882958 or 3326148. OLE color: 3326148.
HSL color Cylindrical-coordinate representation of color #C4C032: hue angle of 58.36º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4C032 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.23 |
| HSL | 58.36º | 0.59% | 0.48% | - |
| HSV(B) | 58.36º | 0.74% | 0.77% | - |
| XYZ | 42.19 | 49.67 | 10.38 | - |
| YUV | 177.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 50 | 0 | 0.02 | 0.74 | 0.23 | 58.36 | 0.59 | 0.48 |
| Hex | C4 | C0 | 32 | 0 | 2 | 4A | 17 | 3A | 3B | 30 |
| Octal | 304 | 300 | 62 | 0 | 2 | 112 | 27 | 72 | 73 | 60 |
| Binary | 11000100 | 11000000 | 110010 | 0 | 10 | 1001010 | 10111 | 111010 | 111011 | 110000 |
Color Harmonies of #C4C032
Complementary color
Monochromatic Colors of #C4C032
Black with #C4C032
Text Example
Text Example
White with #C4C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C032; }
p { color: rgb(196,192,50); }
H1.HeaderClassName
{
color: #C4C032;
}
.AnyTagClassName
{
color: #C4C032;
}
</style>
background-color css
<style>
a { background-color: #C4C032; }
a { background-color: rgb(196,192,50); }
div.DivClassName
{
background-color: #C4C032;
}
.BgClassName
{
background-color: #C4C032;
}
</style>
border-color css
<style>
span { border-color: #C4C032; }
span { border-color: rgb(196,192,50); }
td.TdClassName
{
border-color: #C4C032;
}
.TagClassName
{
border-color: #C4C032;
}
</style>