Shades of Old Gold #C0BA2F
Tints of Old Gold #C0BA2F
RGB
CMYK
RGB Variations
Color information
#C0BA2F (or 0xC0BA2F) is known color: Old Gold. HEX triplet: C0, BA and 2F. RGB value is (192,186,47). Sum of RGB (Red+Green+Blue) = 192+186+47=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2F is #3F45D0. Grayscale: #ACACAC. Windows color (decimal): -4146641 or 3128000. OLE color: 3128000.
HSL color Cylindrical-coordinate representation of color #C0BA2F: hue angle of 57.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0BA2F is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 47 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.25 |
| HSL | 57.52º | 0.61% | 0.47% | - |
| HSV(B) | 57.52º | 0.76% | 0.75% | - |
| XYZ | 39.81 | 46.53 | 9.57 | - |
| YUV | 171.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 47 | 0 | 0.03 | 0.76 | 0.25 | 57.52 | 0.61 | 0.47 |
| Hex | C0 | BA | 2F | 0 | 3 | 4C | 19 | 3A | 3D | 2F |
| Octal | 300 | 272 | 57 | 0 | 3 | 114 | 31 | 72 | 75 | 57 |
| Binary | 11000000 | 10111010 | 101111 | 0 | 11 | 1001100 | 11001 | 111010 | 111101 | 101111 |
Color Harmonies of #C0BA2F
Complementary color
Monochromatic Colors of #C0BA2F
Black with #C0BA2F
Text Example
Text Example
White with #C0BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA2F; }
p { color: rgb(192,186,47); }
H1.HeaderClassName
{
color: #C0BA2F;
}
.AnyTagClassName
{
color: #C0BA2F;
}
</style>
background-color css
<style>
a { background-color: #C0BA2F; }
a { background-color: rgb(192,186,47); }
div.DivClassName
{
background-color: #C0BA2F;
}
.BgClassName
{
background-color: #C0BA2F;
}
</style>
border-color css
<style>
span { border-color: #C0BA2F; }
span { border-color: rgb(192,186,47); }
td.TdClassName
{
border-color: #C0BA2F;
}
.TagClassName
{
border-color: #C0BA2F;
}
</style>