Shades of Old Gold #C0BA41
Tints of Old Gold #C0BA41
RGB
CMYK
RGB Variations
Color information
#C0BA41 (or 0xC0BA41) is known color: Old Gold. HEX triplet: C0, BA and 41. RGB value is (192,186,65). Sum of RGB (Red+Green+Blue) = 192+186+65=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA41 is #3F45BE. Grayscale: #AEAEAE. Windows color (decimal): -4146623 or 4307648. OLE color: 4307648.
HSL color Cylindrical-coordinate representation of color #C0BA41: hue angle of 57.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0BA41 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 65 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.25 |
| HSL | 57.17º | 0.5% | 0.5% | - |
| HSV(B) | 57.17º | 0.66% | 0.75% | - |
| XYZ | 40.25 | 46.71 | 11.89 | - |
| YUV | 174 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 65 | 0 | 0.03 | 0.66 | 0.25 | 57.17 | 0.5 | 0.5 |
| Hex | C0 | BA | 41 | 0 | 3 | 42 | 19 | 39 | 32 | 32 |
| Octal | 300 | 272 | 101 | 0 | 3 | 102 | 31 | 71 | 62 | 62 |
| Binary | 11000000 | 10111010 | 1000001 | 0 | 11 | 1000010 | 11001 | 111001 | 110010 | 110010 |
Color Harmonies of #C0BA41
Complementary color
Monochromatic Colors of #C0BA41
Black with #C0BA41
Text Example
Text Example
White with #C0BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA41; }
p { color: rgb(192,186,65); }
H1.HeaderClassName
{
color: #C0BA41;
}
.AnyTagClassName
{
color: #C0BA41;
}
</style>
background-color css
<style>
a { background-color: #C0BA41; }
a { background-color: rgb(192,186,65); }
div.DivClassName
{
background-color: #C0BA41;
}
.BgClassName
{
background-color: #C0BA41;
}
</style>
border-color css
<style>
span { border-color: #C0BA41; }
span { border-color: rgb(192,186,65); }
td.TdClassName
{
border-color: #C0BA41;
}
.TagClassName
{
border-color: #C0BA41;
}
</style>