Shades of Old Gold #C0B837
Tints of Old Gold #C0B837
RGB
CMYK
RGB Variations
Color information
#C0B837 (or 0xC0B837) is known color: Old Gold. HEX triplet: C0, B8 and 37. RGB value is (192,184,55). Sum of RGB (Red+Green+Blue) = 192+184+55=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B837 is #3F47C8. Grayscale: #ACACAC. Windows color (decimal): -4147145 or 3651776. OLE color: 3651776.
HSL color Cylindrical-coordinate representation of color #C0B837: hue angle of 56.5º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B837 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 55 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.25 |
| HSL | 56.5º | 0.55% | 0.48% | - |
| HSV(B) | 56.5º | 0.71% | 0.75% | - |
| XYZ | 39.57 | 45.76 | 10.36 | - |
| YUV | 171.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 55 | 0 | 0.04 | 0.71 | 0.25 | 56.5 | 0.55 | 0.48 |
| Hex | C0 | B8 | 37 | 0 | 4 | 47 | 19 | 38 | 37 | 30 |
| Octal | 300 | 270 | 67 | 0 | 4 | 107 | 31 | 70 | 67 | 60 |
| Binary | 11000000 | 10111000 | 110111 | 0 | 100 | 1000111 | 11001 | 111000 | 110111 | 110000 |
Color Harmonies of #C0B837
Complementary color
Monochromatic Colors of #C0B837
Black with #C0B837
Text Example
Text Example
White with #C0B837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B837; }
p { color: rgb(192,184,55); }
H1.HeaderClassName
{
color: #C0B837;
}
.AnyTagClassName
{
color: #C0B837;
}
</style>
background-color css
<style>
a { background-color: #C0B837; }
a { background-color: rgb(192,184,55); }
div.DivClassName
{
background-color: #C0B837;
}
.BgClassName
{
background-color: #C0B837;
}
</style>
border-color css
<style>
span { border-color: #C0B837; }
span { border-color: rgb(192,184,55); }
td.TdClassName
{
border-color: #C0B837;
}
.TagClassName
{
border-color: #C0B837;
}
</style>