Shades of Old Gold #C0B637
Tints of Old Gold #C0B637
RGB
CMYK
RGB Variations
Color information
#C0B637 (or 0xC0B637) is known color: Old Gold. HEX triplet: C0, B6 and 37. RGB value is (192,182,55). Sum of RGB (Red+Green+Blue) = 192+182+55=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B637 is #3F49C8. Grayscale: #ABABAB. Windows color (decimal): -4147657 or 3651264. OLE color: 3651264.
HSL color Cylindrical-coordinate representation of color #C0B637: hue angle of 55.62º 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 #C0B637 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 55 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.25 |
| HSL | 55.62º | 0.55% | 0.48% | - |
| HSV(B) | 55.62º | 0.71% | 0.75% | - |
| XYZ | 39.16 | 44.94 | 10.22 | - |
| YUV | 170.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 55 | 0 | 0.05 | 0.71 | 0.25 | 55.62 | 0.55 | 0.48 |
| Hex | C0 | B6 | 37 | 0 | 5 | 47 | 19 | 38 | 37 | 30 |
| Octal | 300 | 266 | 67 | 0 | 5 | 107 | 31 | 70 | 67 | 60 |
| Binary | 11000000 | 10110110 | 110111 | 0 | 101 | 1000111 | 11001 | 111000 | 110111 | 110000 |
Color Harmonies of #C0B637
Complementary color
Monochromatic Colors of #C0B637
Black with #C0B637
Text Example
Text Example
White with #C0B637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B637; }
p { color: rgb(192,182,55); }
H1.HeaderClassName
{
color: #C0B637;
}
.AnyTagClassName
{
color: #C0B637;
}
</style>
background-color css
<style>
a { background-color: #C0B637; }
a { background-color: rgb(192,182,55); }
div.DivClassName
{
background-color: #C0B637;
}
.BgClassName
{
background-color: #C0B637;
}
</style>
border-color css
<style>
span { border-color: #C0B637; }
span { border-color: rgb(192,182,55); }
td.TdClassName
{
border-color: #C0B637;
}
.TagClassName
{
border-color: #C0B637;
}
</style>