Shades of Old Gold #C0B741
Tints of Old Gold #C0B741
RGB
CMYK
RGB Variations
Color information
#C0B741 (or 0xC0B741) is known color: Old Gold. HEX triplet: C0, B7 and 41. RGB value is (192,183,65). Sum of RGB (Red+Green+Blue) = 192+183+65=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B741 is #3F48BE. Grayscale: #ACACAC. Windows color (decimal): -4147391 or 4306880. OLE color: 4306880.
HSL color Cylindrical-coordinate representation of color #C0B741: hue angle of 55.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0B741 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 65 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.25 |
| HSL | 55.75º | 0.5% | 0.5% | - |
| HSV(B) | 55.75º | 0.66% | 0.75% | - |
| XYZ | 39.63 | 45.46 | 11.69 | - |
| YUV | 172.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 65 | 0 | 0.05 | 0.66 | 0.25 | 55.75 | 0.5 | 0.5 |
| Hex | C0 | B7 | 41 | 0 | 5 | 42 | 19 | 38 | 32 | 32 |
| Octal | 300 | 267 | 101 | 0 | 5 | 102 | 31 | 70 | 62 | 62 |
| Binary | 11000000 | 10110111 | 1000001 | 0 | 101 | 1000010 | 11001 | 111000 | 110010 | 110010 |
Color Harmonies of #C0B741
Complementary color
Monochromatic Colors of #C0B741
Black with #C0B741
Text Example
Text Example
White with #C0B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B741; }
p { color: rgb(192,183,65); }
H1.HeaderClassName
{
color: #C0B741;
}
.AnyTagClassName
{
color: #C0B741;
}
</style>
background-color css
<style>
a { background-color: #C0B741; }
a { background-color: rgb(192,183,65); }
div.DivClassName
{
background-color: #C0B741;
}
.BgClassName
{
background-color: #C0B741;
}
</style>
border-color css
<style>
span { border-color: #C0B741; }
span { border-color: rgb(192,183,65); }
td.TdClassName
{
border-color: #C0B741;
}
.TagClassName
{
border-color: #C0B741;
}
</style>