Shades of Old Gold #C0B541
Tints of Old Gold #C0B541
RGB
CMYK
RGB Variations
Color information
#C0B541 (or 0xC0B541) is known color: Old Gold. HEX triplet: C0, B5 and 41. RGB value is (192,181,65). Sum of RGB (Red+Green+Blue) = 192+181+65=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B541 is #3F4ABE. Grayscale: #ABABAB. Windows color (decimal): -4147903 or 4306368. OLE color: 4306368.
HSL color Cylindrical-coordinate representation of color #C0B541: hue angle of 54.8º 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 #C0B541 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 65 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.25 |
| HSL | 54.8º | 0.5% | 0.5% | - |
| HSV(B) | 54.8º | 0.66% | 0.75% | - |
| XYZ | 39.22 | 44.64 | 11.55 | - |
| YUV | 171.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 65 | 0 | 0.06 | 0.66 | 0.25 | 54.8 | 0.5 | 0.5 |
| Hex | C0 | B5 | 41 | 0 | 6 | 42 | 19 | 37 | 32 | 32 |
| Octal | 300 | 265 | 101 | 0 | 6 | 102 | 31 | 67 | 62 | 62 |
| Binary | 11000000 | 10110101 | 1000001 | 0 | 110 | 1000010 | 11001 | 110111 | 110010 | 110010 |
Color Harmonies of #C0B541
Complementary color
Monochromatic Colors of #C0B541
Black with #C0B541
Text Example
Text Example
White with #C0B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B541; }
p { color: rgb(192,181,65); }
H1.HeaderClassName
{
color: #C0B541;
}
.AnyTagClassName
{
color: #C0B541;
}
</style>
background-color css
<style>
a { background-color: #C0B541; }
a { background-color: rgb(192,181,65); }
div.DivClassName
{
background-color: #C0B541;
}
.BgClassName
{
background-color: #C0B541;
}
</style>
border-color css
<style>
span { border-color: #C0B541; }
span { border-color: rgb(192,181,65); }
td.TdClassName
{
border-color: #C0B541;
}
.TagClassName
{
border-color: #C0B541;
}
</style>