Shades of Old Gold #C3C032
Tints of Old Gold #C3C032
RGB
CMYK
RGB Variations
Color information
#C3C032 (or 0xC3C032) is known color: Old Gold. HEX triplet: C3, C0 and 32. RGB value is (195,192,50). Sum of RGB (Red+Green+Blue) = 195+192+50=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C032 is #3C3FCD. Grayscale: #B1B1B1. Windows color (decimal): -3948494 or 3326147. OLE color: 3326147.
HSL color Cylindrical-coordinate representation of color #C3C032: hue angle of 58.76º 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 #C3C032 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.24 |
| HSL | 58.76º | 0.59% | 0.48% | - |
| HSV(B) | 58.76º | 0.74% | 0.76% | - |
| XYZ | 41.93 | 49.53 | 10.37 | - |
| YUV | 176.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 50 | 0 | 0.02 | 0.74 | 0.24 | 58.76 | 0.59 | 0.48 |
| Hex | C3 | C0 | 32 | 0 | 2 | 4A | 18 | 3B | 3B | 30 |
| Octal | 303 | 300 | 62 | 0 | 2 | 112 | 30 | 73 | 73 | 60 |
| Binary | 11000011 | 11000000 | 110010 | 0 | 10 | 1001010 | 11000 | 111011 | 111011 | 110000 |
Color Harmonies of #C3C032
Complementary color
Monochromatic Colors of #C3C032
Black with #C3C032
Text Example
Text Example
White with #C3C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C032; }
p { color: rgb(195,192,50); }
H1.HeaderClassName
{
color: #C3C032;
}
.AnyTagClassName
{
color: #C3C032;
}
</style>
background-color css
<style>
a { background-color: #C3C032; }
a { background-color: rgb(195,192,50); }
div.DivClassName
{
background-color: #C3C032;
}
.BgClassName
{
background-color: #C3C032;
}
</style>
border-color css
<style>
span { border-color: #C3C032; }
span { border-color: rgb(195,192,50); }
td.TdClassName
{
border-color: #C3C032;
}
.TagClassName
{
border-color: #C3C032;
}
</style>