Shades of Old Gold #C0B531
Tints of Old Gold #C0B531
RGB
CMYK
RGB Variations
Color information
#C0B531 (or 0xC0B531) is known color: Old Gold. HEX triplet: C0, B5 and 31. RGB value is (192,181,49). Sum of RGB (Red+Green+Blue) = 192+181+49=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B531 is #3F4ACE. Grayscale: #A9A9A9. Windows color (decimal): -4147919 or 3257792. OLE color: 3257792.
HSL color Cylindrical-coordinate representation of color #C0B531: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0B531 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 49 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.25 |
| HSL | 55.38º | 0.59% | 0.47% | - |
| HSV(B) | 55.38º | 0.74% | 0.75% | - |
| XYZ | 38.82 | 44.48 | 9.44 | - |
| YUV | 169.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 49 | 0 | 0.06 | 0.74 | 0.25 | 55.38 | 0.59 | 0.47 |
| Hex | C0 | B5 | 31 | 0 | 6 | 4A | 19 | 37 | 3B | 2F |
| Octal | 300 | 265 | 61 | 0 | 6 | 112 | 31 | 67 | 73 | 57 |
| Binary | 11000000 | 10110101 | 110001 | 0 | 110 | 1001010 | 11001 | 110111 | 111011 | 101111 |
Color Harmonies of #C0B531
Complementary color
Monochromatic Colors of #C0B531
Black with #C0B531
Text Example
Text Example
White with #C0B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B531; }
p { color: rgb(192,181,49); }
H1.HeaderClassName
{
color: #C0B531;
}
.AnyTagClassName
{
color: #C0B531;
}
</style>
background-color css
<style>
a { background-color: #C0B531; }
a { background-color: rgb(192,181,49); }
div.DivClassName
{
background-color: #C0B531;
}
.BgClassName
{
background-color: #C0B531;
}
</style>
border-color css
<style>
span { border-color: #C0B531; }
span { border-color: rgb(192,181,49); }
td.TdClassName
{
border-color: #C0B531;
}
.TagClassName
{
border-color: #C0B531;
}
</style>