Shades of Old Gold #C3AC3E
Tints of Old Gold #C3AC3E
RGB
CMYK
RGB Variations
Color information
#C3AC3E (or 0xC3AC3E) is known color: Old Gold. HEX triplet: C3, AC and 3E. RGB value is (195,172,62). Sum of RGB (Red+Green+Blue) = 195+172+62=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC3E is #3C53C1. Grayscale: #A6A6A6. Windows color (decimal): -3953602 or 4107459. OLE color: 4107459.
HSL color Cylindrical-coordinate representation of color #C3AC3E: hue angle of 49.62º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3AC3E is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 62 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.24 |
| HSL | 49.62º | 0.53% | 0.5% | - |
| HSV(B) | 49.62º | 0.68% | 0.76% | - |
| XYZ | 38.13 | 41.45 | 10.55 | - |
| YUV | 166.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 62 | 0 | 0.12 | 0.68 | 0.24 | 49.62 | 0.53 | 0.5 |
| Hex | C3 | AC | 3E | 0 | C | 44 | 18 | 32 | 35 | 32 |
| Octal | 303 | 254 | 76 | 0 | 14 | 104 | 30 | 62 | 65 | 62 |
| Binary | 11000011 | 10101100 | 111110 | 0 | 1100 | 1000100 | 11000 | 110010 | 110101 | 110010 |
Color Harmonies of #C3AC3E
Complementary color
Monochromatic Colors of #C3AC3E
Black with #C3AC3E
Text Example
Text Example
White with #C3AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC3E; }
p { color: rgb(195,172,62); }
H1.HeaderClassName
{
color: #C3AC3E;
}
.AnyTagClassName
{
color: #C3AC3E;
}
</style>
background-color css
<style>
a { background-color: #C3AC3E; }
a { background-color: rgb(195,172,62); }
div.DivClassName
{
background-color: #C3AC3E;
}
.BgClassName
{
background-color: #C3AC3E;
}
</style>
border-color css
<style>
span { border-color: #C3AC3E; }
span { border-color: rgb(195,172,62); }
td.TdClassName
{
border-color: #C3AC3E;
}
.TagClassName
{
border-color: #C3AC3E;
}
</style>