Shades of Old Gold #C3BA3E
Tints of Old Gold #C3BA3E
RGB
CMYK
RGB Variations
Color information
#C3BA3E (or 0xC3BA3E) is known color: Old Gold. HEX triplet: C3, BA and 3E. RGB value is (195,186,62). Sum of RGB (Red+Green+Blue) = 195+186+62=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3E is #3C45C1. Grayscale: #AFAFAF. Windows color (decimal): -3950018 or 4111043. OLE color: 4111043.
HSL color Cylindrical-coordinate representation of color #C3BA3E: hue angle of 55.94º 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 #C3BA3E is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 62 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.24 |
| HSL | 55.94º | 0.53% | 0.5% | - |
| HSV(B) | 55.94º | 0.68% | 0.76% | - |
| XYZ | 40.93 | 47.07 | 11.48 | - |
| YUV | 174.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 62 | 0 | 0.05 | 0.68 | 0.24 | 55.94 | 0.53 | 0.5 |
| Hex | C3 | BA | 3E | 0 | 5 | 44 | 18 | 38 | 35 | 32 |
| Octal | 303 | 272 | 76 | 0 | 5 | 104 | 30 | 70 | 65 | 62 |
| Binary | 11000011 | 10111010 | 111110 | 0 | 101 | 1000100 | 11000 | 111000 | 110101 | 110010 |
Color Harmonies of #C3BA3E
Complementary color
Monochromatic Colors of #C3BA3E
Black with #C3BA3E
Text Example
Text Example
White with #C3BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA3E; }
p { color: rgb(195,186,62); }
H1.HeaderClassName
{
color: #C3BA3E;
}
.AnyTagClassName
{
color: #C3BA3E;
}
</style>
background-color css
<style>
a { background-color: #C3BA3E; }
a { background-color: rgb(195,186,62); }
div.DivClassName
{
background-color: #C3BA3E;
}
.BgClassName
{
background-color: #C3BA3E;
}
</style>
border-color css
<style>
span { border-color: #C3BA3E; }
span { border-color: rgb(195,186,62); }
td.TdClassName
{
border-color: #C3BA3E;
}
.TagClassName
{
border-color: #C3BA3E;
}
</style>