Shades of Old Gold #C0BC36
Tints of Old Gold #C0BC36
RGB
CMYK
RGB Variations
Color information
#C0BC36 (or 0xC0BC36) is known color: Old Gold. HEX triplet: C0, BC and 36. RGB value is (192,188,54). Sum of RGB (Red+Green+Blue) = 192+188+54=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC36 is #3F43C9. Grayscale: #AEAEAE. Windows color (decimal): -4146122 or 3587264. OLE color: 3587264.
HSL color Cylindrical-coordinate representation of color #C0BC36: hue angle of 58.26º 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 #C0BC36 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 54 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.25 |
| HSL | 58.26º | 0.56% | 0.48% | - |
| HSV(B) | 58.26º | 0.72% | 0.75% | - |
| XYZ | 40.39 | 47.44 | 10.52 | - |
| YUV | 173.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 54 | 0 | 0.02 | 0.72 | 0.25 | 58.26 | 0.56 | 0.48 |
| Hex | C0 | BC | 36 | 0 | 2 | 48 | 19 | 3A | 38 | 30 |
| Octal | 300 | 274 | 66 | 0 | 2 | 110 | 31 | 72 | 70 | 60 |
| Binary | 11000000 | 10111100 | 110110 | 0 | 10 | 1001000 | 11001 | 111010 | 111000 | 110000 |
Color Harmonies of #C0BC36
Complementary color
Monochromatic Colors of #C0BC36
Black with #C0BC36
Text Example
Text Example
White with #C0BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC36; }
p { color: rgb(192,188,54); }
H1.HeaderClassName
{
color: #C0BC36;
}
.AnyTagClassName
{
color: #C0BC36;
}
</style>
background-color css
<style>
a { background-color: #C0BC36; }
a { background-color: rgb(192,188,54); }
div.DivClassName
{
background-color: #C0BC36;
}
.BgClassName
{
background-color: #C0BC36;
}
</style>
border-color css
<style>
span { border-color: #C0BC36; }
span { border-color: rgb(192,188,54); }
td.TdClassName
{
border-color: #C0BC36;
}
.TagClassName
{
border-color: #C0BC36;
}
</style>