Shades of Old Gold #C3A836
Tints of Old Gold #C3A836
RGB
CMYK
RGB Variations
Color information
#C3A836 (or 0xC3A836) is known color: Old Gold. HEX triplet: C3, A8 and 36. RGB value is (195,168,54). Sum of RGB (Red+Green+Blue) = 195+168+54=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A836 is #3C57C9. Grayscale: #A3A3A3. Windows color (decimal): -3954634 or 3582147. OLE color: 3582147.
HSL color Cylindrical-coordinate representation of color #C3A836: hue angle of 48.51º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3A836 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 54 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.24 |
| HSL | 48.51º | 0.57% | 0.49% | - |
| HSV(B) | 48.51º | 0.72% | 0.76% | - |
| XYZ | 37.17 | 39.87 | 9.23 | - |
| YUV | 163.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 54 | 0 | 0.14 | 0.72 | 0.24 | 48.51 | 0.57 | 0.49 |
| Hex | C3 | A8 | 36 | 0 | E | 48 | 18 | 31 | 39 | 31 |
| Octal | 303 | 250 | 66 | 0 | 16 | 110 | 30 | 61 | 71 | 61 |
| Binary | 11000011 | 10101000 | 110110 | 0 | 1110 | 1001000 | 11000 | 110001 | 111001 | 110001 |
Color Harmonies of #C3A836
Complementary color
Monochromatic Colors of #C3A836
Black with #C3A836
Text Example
Text Example
White with #C3A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A836; }
p { color: rgb(195,168,54); }
H1.HeaderClassName
{
color: #C3A836;
}
.AnyTagClassName
{
color: #C3A836;
}
</style>
background-color css
<style>
a { background-color: #C3A836; }
a { background-color: rgb(195,168,54); }
div.DivClassName
{
background-color: #C3A836;
}
.BgClassName
{
background-color: #C3A836;
}
</style>
border-color css
<style>
span { border-color: #C3A836; }
span { border-color: rgb(195,168,54); }
td.TdClassName
{
border-color: #C3A836;
}
.TagClassName
{
border-color: #C3A836;
}
</style>