Shades of Old Gold #C0C036
Tints of Old Gold #C0C036
RGB
CMYK
RGB Variations
Color information
#C0C036 (or 0xC0C036) is known color: Old Gold. HEX triplet: C0, C0 and 36. RGB value is (192,192,54). Sum of RGB (Red+Green+Blue) = 192+192+54=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C036 is #3F3FC9. Grayscale: #B0B0B0. Windows color (decimal): -4145098 or 3588288. OLE color: 3588288.
HSL color Cylindrical-coordinate representation of color #C0C036: hue angle of 60º 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 #C0C036 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 54 | - |
| CMYK | 0 | 0 | 0.72 | 0.25 |
| HSL | 60º | 0.56% | 0.48% | - |
| HSV(B) | 60º | 0.72% | 0.75% | - |
| XYZ | 41.25 | 49.17 | 10.81 | - |
| YUV | 176.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 54 | 0 | 0 | 0.72 | 0.25 | 60 | 0.56 | 0.48 |
| Hex | C0 | C0 | 36 | 0 | 0 | 48 | 19 | 3C | 38 | 30 |
| Octal | 300 | 300 | 66 | 0 | 0 | 110 | 31 | 74 | 70 | 60 |
| Binary | 11000000 | 11000000 | 110110 | 0 | 0 | 1001000 | 11001 | 111100 | 111000 | 110000 |
Color Harmonies of #C0C036
Complementary color
Monochromatic Colors of #C0C036
Black with #C0C036
Text Example
Text Example
White with #C0C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C036; }
p { color: rgb(192,192,54); }
H1.HeaderClassName
{
color: #C0C036;
}
.AnyTagClassName
{
color: #C0C036;
}
</style>
background-color css
<style>
a { background-color: #C0C036; }
a { background-color: rgb(192,192,54); }
div.DivClassName
{
background-color: #C0C036;
}
.BgClassName
{
background-color: #C0C036;
}
</style>
border-color css
<style>
span { border-color: #C0C036; }
span { border-color: rgb(192,192,54); }
td.TdClassName
{
border-color: #C0C036;
}
.TagClassName
{
border-color: #C0C036;
}
</style>