Shades of Old Gold #C0BA3F
Tints of Old Gold #C0BA3F
RGB
CMYK
RGB Variations
Color information
#C0BA3F (or 0xC0BA3F) is known color: Old Gold. HEX triplet: C0, BA and 3F. RGB value is (192,186,63). Sum of RGB (Red+Green+Blue) = 192+186+63=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA3F is #3F45C0. Grayscale: #AEAEAE. Windows color (decimal): -4146625 or 4176576. OLE color: 4176576.
HSL color Cylindrical-coordinate representation of color #C0BA3F: hue angle of 57.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0BA3F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.25 |
| HSL | 57.21º | 0.51% | 0.5% | - |
| HSV(B) | 57.21º | 0.67% | 0.75% | - |
| XYZ | 40.19 | 46.68 | 11.59 | - |
| YUV | 173.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 63 | 0 | 0.03 | 0.67 | 0.25 | 57.21 | 0.51 | 0.5 |
| Hex | C0 | BA | 3F | 0 | 3 | 43 | 19 | 39 | 33 | 32 |
| Octal | 300 | 272 | 77 | 0 | 3 | 103 | 31 | 71 | 63 | 62 |
| Binary | 11000000 | 10111010 | 111111 | 0 | 11 | 1000011 | 11001 | 111001 | 110011 | 110010 |
Color Harmonies of #C0BA3F
Complementary color
Monochromatic Colors of #C0BA3F
Black with #C0BA3F
Text Example
Text Example
White with #C0BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA3F; }
p { color: rgb(192,186,63); }
H1.HeaderClassName
{
color: #C0BA3F;
}
.AnyTagClassName
{
color: #C0BA3F;
}
</style>
background-color css
<style>
a { background-color: #C0BA3F; }
a { background-color: rgb(192,186,63); }
div.DivClassName
{
background-color: #C0BA3F;
}
.BgClassName
{
background-color: #C0BA3F;
}
</style>
border-color css
<style>
span { border-color: #C0BA3F; }
span { border-color: rgb(192,186,63); }
td.TdClassName
{
border-color: #C0BA3F;
}
.TagClassName
{
border-color: #C0BA3F;
}
</style>