Shades of Old Gold #C0B036
Tints of Old Gold #C0B036
RGB
CMYK
RGB Variations
Color information
#C0B036 (or 0xC0B036) is known color: Old Gold. HEX triplet: C0, B0 and 36. RGB value is (192,176,54). Sum of RGB (Red+Green+Blue) = 192+176+54=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B036 is #3F4FC9. Grayscale: #A7A7A7. Windows color (decimal): -4149194 or 3584192. OLE color: 3584192.
HSL color Cylindrical-coordinate representation of color #C0B036: hue angle of 53.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0B036 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 54 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.25 |
| HSL | 53.04º | 0.56% | 0.48% | - |
| HSV(B) | 53.04º | 0.72% | 0.75% | - |
| XYZ | 37.93 | 42.52 | 9.7 | - |
| YUV | 166.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 54 | 0 | 0.08 | 0.72 | 0.25 | 53.04 | 0.56 | 0.48 |
| Hex | C0 | B0 | 36 | 0 | 8 | 48 | 19 | 35 | 38 | 30 |
| Octal | 300 | 260 | 66 | 0 | 10 | 110 | 31 | 65 | 70 | 60 |
| Binary | 11000000 | 10110000 | 110110 | 0 | 1000 | 1001000 | 11001 | 110101 | 111000 | 110000 |
Color Harmonies of #C0B036
Complementary color
Monochromatic Colors of #C0B036
Black with #C0B036
Text Example
Text Example
White with #C0B036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B036; }
p { color: rgb(192,176,54); }
H1.HeaderClassName
{
color: #C0B036;
}
.AnyTagClassName
{
color: #C0B036;
}
</style>
background-color css
<style>
a { background-color: #C0B036; }
a { background-color: rgb(192,176,54); }
div.DivClassName
{
background-color: #C0B036;
}
.BgClassName
{
background-color: #C0B036;
}
</style>
border-color css
<style>
span { border-color: #C0B036; }
span { border-color: rgb(192,176,54); }
td.TdClassName
{
border-color: #C0B036;
}
.TagClassName
{
border-color: #C0B036;
}
</style>