Shades of Old Gold #C2BA3F
Tints of Old Gold #C2BA3F
RGB
CMYK
RGB Variations
Color information
#C2BA3F (or 0xC2BA3F) is known color: Old Gold. HEX triplet: C2, BA and 3F. RGB value is (194,186,63). Sum of RGB (Red+Green+Blue) = 194+186+63=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA3F is #3D45C0. Grayscale: #AEAEAE. Windows color (decimal): -4015553 or 4176578. OLE color: 4176578.
HSL color Cylindrical-coordinate representation of color #C2BA3F: hue angle of 56.34º degrees, saturation: 0.52, 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 #C2BA3F is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 63 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.24 |
| HSL | 56.34º | 0.52% | 0.5% | - |
| HSV(B) | 56.34º | 0.68% | 0.76% | - |
| XYZ | 40.7 | 46.95 | 11.62 | - |
| YUV | 174.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 63 | 0 | 0.04 | 0.68 | 0.24 | 56.34 | 0.52 | 0.5 |
| Hex | C2 | BA | 3F | 0 | 4 | 44 | 18 | 38 | 34 | 32 |
| Octal | 302 | 272 | 77 | 0 | 4 | 104 | 30 | 70 | 64 | 62 |
| Binary | 11000010 | 10111010 | 111111 | 0 | 100 | 1000100 | 11000 | 111000 | 110100 | 110010 |
Color Harmonies of #C2BA3F
Complementary color
Monochromatic Colors of #C2BA3F
Black with #C2BA3F
Text Example
Text Example
White with #C2BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA3F; }
p { color: rgb(194,186,63); }
H1.HeaderClassName
{
color: #C2BA3F;
}
.AnyTagClassName
{
color: #C2BA3F;
}
</style>
background-color css
<style>
a { background-color: #C2BA3F; }
a { background-color: rgb(194,186,63); }
div.DivClassName
{
background-color: #C2BA3F;
}
.BgClassName
{
background-color: #C2BA3F;
}
</style>
border-color css
<style>
span { border-color: #C2BA3F; }
span { border-color: rgb(194,186,63); }
td.TdClassName
{
border-color: #C2BA3F;
}
.TagClassName
{
border-color: #C2BA3F;
}
</style>