Shades of Old Gold #C3A835
Tints of Old Gold #C3A835
RGB
CMYK
RGB Variations
Color information
#C3A835 (or 0xC3A835) is known color: Old Gold. HEX triplet: C3, A8 and 35. RGB value is (195,168,53). Sum of RGB (Red+Green+Blue) = 195+168+53=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A835 is #3C57CA. Grayscale: #A3A3A3. Windows color (decimal): -3954635 or 3516611. OLE color: 3516611.
HSL color Cylindrical-coordinate representation of color #C3A835: hue angle of 48.59º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3A835 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 53 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.24 |
| HSL | 48.59º | 0.57% | 0.49% | - |
| HSV(B) | 48.59º | 0.73% | 0.76% | - |
| XYZ | 37.15 | 39.86 | 9.1 | - |
| YUV | 162.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 53 | 0 | 0.14 | 0.73 | 0.24 | 48.59 | 0.57 | 0.49 |
| Hex | C3 | A8 | 35 | 0 | E | 49 | 18 | 31 | 39 | 31 |
| Octal | 303 | 250 | 65 | 0 | 16 | 111 | 30 | 61 | 71 | 61 |
| Binary | 11000011 | 10101000 | 110101 | 0 | 1110 | 1001001 | 11000 | 110001 | 111001 | 110001 |
Color Harmonies of #C3A835
Complementary color
Monochromatic Colors of #C3A835
Black with #C3A835
Text Example
Text Example
White with #C3A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A835; }
p { color: rgb(195,168,53); }
H1.HeaderClassName
{
color: #C3A835;
}
.AnyTagClassName
{
color: #C3A835;
}
</style>
background-color css
<style>
a { background-color: #C3A835; }
a { background-color: rgb(195,168,53); }
div.DivClassName
{
background-color: #C3A835;
}
.BgClassName
{
background-color: #C3A835;
}
</style>
border-color css
<style>
span { border-color: #C3A835; }
span { border-color: rgb(195,168,53); }
td.TdClassName
{
border-color: #C3A835;
}
.TagClassName
{
border-color: #C3A835;
}
</style>