Shades of Old Gold #C3A932
Tints of Old Gold #C3A932
RGB
CMYK
RGB Variations
Color information
#C3A932 (or 0xC3A932) is known color: Old Gold. HEX triplet: C3, A9 and 32. RGB value is (195,169,50). Sum of RGB (Red+Green+Blue) = 195+169+50=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A932 is #3C56CD. Grayscale: #A3A3A3. Windows color (decimal): -3954382 or 3320259. OLE color: 3320259.
HSL color Cylindrical-coordinate representation of color #C3A932: hue angle of 49.24º 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 #C3A932 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 50 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.24 |
| HSL | 49.24º | 0.59% | 0.48% | - |
| HSV(B) | 49.24º | 0.74% | 0.76% | - |
| XYZ | 37.27 | 40.21 | 8.81 | - |
| YUV | 163.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 50 | 0 | 0.13 | 0.74 | 0.24 | 49.24 | 0.59 | 0.48 |
| Hex | C3 | A9 | 32 | 0 | D | 4A | 18 | 31 | 3B | 30 |
| Octal | 303 | 251 | 62 | 0 | 15 | 112 | 30 | 61 | 73 | 60 |
| Binary | 11000011 | 10101001 | 110010 | 0 | 1101 | 1001010 | 11000 | 110001 | 111011 | 110000 |
Color Harmonies of #C3A932
Complementary color
Monochromatic Colors of #C3A932
Black with #C3A932
Text Example
Text Example
White with #C3A932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A932; }
p { color: rgb(195,169,50); }
H1.HeaderClassName
{
color: #C3A932;
}
.AnyTagClassName
{
color: #C3A932;
}
</style>
background-color css
<style>
a { background-color: #C3A932; }
a { background-color: rgb(195,169,50); }
div.DivClassName
{
background-color: #C3A932;
}
.BgClassName
{
background-color: #C3A932;
}
</style>
border-color css
<style>
span { border-color: #C3A932; }
span { border-color: rgb(195,169,50); }
td.TdClassName
{
border-color: #C3A932;
}
.TagClassName
{
border-color: #C3A932;
}
</style>