Shades of Old Gold #C0BC2D
Tints of Old Gold #C0BC2D
RGB
CMYK
RGB Variations
Color information
#C0BC2D (or 0xC0BC2D) is known color: Old Gold. HEX triplet: C0, BC and 2D. RGB value is (192,188,45). Sum of RGB (Red+Green+Blue) = 192+188+45=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC2D is #3F43D2. Grayscale: #ADADAD. Windows color (decimal): -4146131 or 2997440. OLE color: 2997440.
HSL color Cylindrical-coordinate representation of color #C0BC2D: hue angle of 58.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0BC2D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 45 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.25 |
| HSL | 58.37º | 0.62% | 0.46% | - |
| HSV(B) | 58.37º | 0.77% | 0.75% | - |
| XYZ | 40.2 | 47.36 | 9.51 | - |
| YUV | 172.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 45 | 0 | 0.02 | 0.77 | 0.25 | 58.37 | 0.62 | 0.46 |
| Hex | C0 | BC | 2D | 0 | 2 | 4D | 19 | 3A | 3E | 2E |
| Octal | 300 | 274 | 55 | 0 | 2 | 115 | 31 | 72 | 76 | 56 |
| Binary | 11000000 | 10111100 | 101101 | 0 | 10 | 1001101 | 11001 | 111010 | 111110 | 101110 |
Color Harmonies of #C0BC2D
Complementary color
Monochromatic Colors of #C0BC2D
Black with #C0BC2D
Text Example
Text Example
White with #C0BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC2D; }
p { color: rgb(192,188,45); }
H1.HeaderClassName
{
color: #C0BC2D;
}
.AnyTagClassName
{
color: #C0BC2D;
}
</style>
background-color css
<style>
a { background-color: #C0BC2D; }
a { background-color: rgb(192,188,45); }
div.DivClassName
{
background-color: #C0BC2D;
}
.BgClassName
{
background-color: #C0BC2D;
}
</style>
border-color css
<style>
span { border-color: #C0BC2D; }
span { border-color: rgb(192,188,45); }
td.TdClassName
{
border-color: #C0BC2D;
}
.TagClassName
{
border-color: #C0BC2D;
}
</style>