Shades of Old Gold #C3C132
Tints of Old Gold #C3C132
RGB
CMYK
RGB Variations
Color information
#C3C132 (or 0xC3C132) is known color: Old Gold. HEX triplet: C3, C1 and 32. RGB value is (195,193,50). Sum of RGB (Red+Green+Blue) = 195+193+50=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C132 is #3C3ECD. Grayscale: #B1B1B1. Windows color (decimal): -3948238 or 3326403. OLE color: 3326403.
HSL color Cylindrical-coordinate representation of color #C3C132: hue angle of 59.17º 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 #C3C132 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 50 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.24 |
| HSL | 59.17º | 0.59% | 0.48% | - |
| HSV(B) | 59.17º | 0.74% | 0.76% | - |
| XYZ | 42.15 | 49.97 | 10.44 | - |
| YUV | 177.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 50 | 0 | 0.01 | 0.74 | 0.24 | 59.17 | 0.59 | 0.48 |
| Hex | C3 | C1 | 32 | 0 | 1 | 4A | 18 | 3B | 3B | 30 |
| Octal | 303 | 301 | 62 | 0 | 1 | 112 | 30 | 73 | 73 | 60 |
| Binary | 11000011 | 11000001 | 110010 | 0 | 1 | 1001010 | 11000 | 111011 | 111011 | 110000 |
Color Harmonies of #C3C132
Complementary color
Monochromatic Colors of #C3C132
Black with #C3C132
Text Example
Text Example
White with #C3C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C132; }
p { color: rgb(195,193,50); }
H1.HeaderClassName
{
color: #C3C132;
}
.AnyTagClassName
{
color: #C3C132;
}
</style>
background-color css
<style>
a { background-color: #C3C132; }
a { background-color: rgb(195,193,50); }
div.DivClassName
{
background-color: #C3C132;
}
.BgClassName
{
background-color: #C3C132;
}
</style>
border-color css
<style>
span { border-color: #C3C132; }
span { border-color: rgb(195,193,50); }
td.TdClassName
{
border-color: #C3C132;
}
.TagClassName
{
border-color: #C3C132;
}
</style>