Shades of Old Gold #C0BC2E
Tints of Old Gold #C0BC2E
RGB
CMYK
RGB Variations
Color information
#C0BC2E (or 0xC0BC2E) is known color: Old Gold. HEX triplet: C0, BC and 2E. RGB value is (192,188,46). Sum of RGB (Red+Green+Blue) = 192+188+46=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC2E is #3F43D1. Grayscale: #ADADAD. Windows color (decimal): -4146130 or 3062976. OLE color: 3062976.
HSL color Cylindrical-coordinate representation of color #C0BC2E: hue angle of 58.36º 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 #C0BC2E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 46 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.25 |
| HSL | 58.36º | 0.61% | 0.47% | - |
| HSV(B) | 58.36º | 0.76% | 0.75% | - |
| XYZ | 40.21 | 47.37 | 9.61 | - |
| YUV | 173.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 46 | 0 | 0.02 | 0.76 | 0.25 | 58.36 | 0.61 | 0.47 |
| Hex | C0 | BC | 2E | 0 | 2 | 4C | 19 | 3A | 3D | 2F |
| Octal | 300 | 274 | 56 | 0 | 2 | 114 | 31 | 72 | 75 | 57 |
| Binary | 11000000 | 10111100 | 101110 | 0 | 10 | 1001100 | 11001 | 111010 | 111101 | 101111 |
Color Harmonies of #C0BC2E
Complementary color
Monochromatic Colors of #C0BC2E
Black with #C0BC2E
Text Example
Text Example
White with #C0BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC2E; }
p { color: rgb(192,188,46); }
H1.HeaderClassName
{
color: #C0BC2E;
}
.AnyTagClassName
{
color: #C0BC2E;
}
</style>
background-color css
<style>
a { background-color: #C0BC2E; }
a { background-color: rgb(192,188,46); }
div.DivClassName
{
background-color: #C0BC2E;
}
.BgClassName
{
background-color: #C0BC2E;
}
</style>
border-color css
<style>
span { border-color: #C0BC2E; }
span { border-color: rgb(192,188,46); }
td.TdClassName
{
border-color: #C0BC2E;
}
.TagClassName
{
border-color: #C0BC2E;
}
</style>