Shades of Old Gold #C3A837
Tints of Old Gold #C3A837
RGB
CMYK
RGB Variations
Color information
#C3A837 (or 0xC3A837) is known color: Old Gold. HEX triplet: C3, A8 and 37. RGB value is (195,168,55). Sum of RGB (Red+Green+Blue) = 195+168+55=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A837 is #3C57C8. Grayscale: #A3A3A3. Windows color (decimal): -3954633 or 3647683. OLE color: 3647683.
HSL color Cylindrical-coordinate representation of color #C3A837: hue angle of 48.43º degrees, saturation: 0.56, 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 #C3A837 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 55 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.24 |
| HSL | 48.43º | 0.56% | 0.49% | - |
| HSV(B) | 48.43º | 0.72% | 0.76% | - |
| XYZ | 37.2 | 39.88 | 9.35 | - |
| YUV | 163.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 55 | 0 | 0.14 | 0.72 | 0.24 | 48.43 | 0.56 | 0.49 |
| Hex | C3 | A8 | 37 | 0 | E | 48 | 18 | 30 | 38 | 31 |
| Octal | 303 | 250 | 67 | 0 | 16 | 110 | 30 | 60 | 70 | 61 |
| Binary | 11000011 | 10101000 | 110111 | 0 | 1110 | 1001000 | 11000 | 110000 | 111000 | 110001 |
Color Harmonies of #C3A837
Complementary color
Monochromatic Colors of #C3A837
Black with #C3A837
Text Example
Text Example
White with #C3A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A837; }
p { color: rgb(195,168,55); }
H1.HeaderClassName
{
color: #C3A837;
}
.AnyTagClassName
{
color: #C3A837;
}
</style>
background-color css
<style>
a { background-color: #C3A837; }
a { background-color: rgb(195,168,55); }
div.DivClassName
{
background-color: #C3A837;
}
.BgClassName
{
background-color: #C3A837;
}
</style>
border-color css
<style>
span { border-color: #C3A837; }
span { border-color: rgb(195,168,55); }
td.TdClassName
{
border-color: #C3A837;
}
.TagClassName
{
border-color: #C3A837;
}
</style>