Shades of Old Gold #C0B137
Tints of Old Gold #C0B137
RGB
CMYK
RGB Variations
Color information
#C0B137 (or 0xC0B137) is known color: Old Gold. HEX triplet: C0, B1 and 37. RGB value is (192,177,55). Sum of RGB (Red+Green+Blue) = 192+177+55=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B137 is #3F4EC8. Grayscale: #A8A8A8. Windows color (decimal): -4148937 or 3649984. OLE color: 3649984.
HSL color Cylindrical-coordinate representation of color #C0B137: hue angle of 53.43º 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 #C0B137 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 55 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.25 |
| HSL | 53.43º | 0.55% | 0.48% | - |
| HSV(B) | 53.43º | 0.71% | 0.75% | - |
| XYZ | 38.15 | 42.93 | 9.89 | - |
| YUV | 167.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 55 | 0 | 0.08 | 0.71 | 0.25 | 53.43 | 0.55 | 0.48 |
| Hex | C0 | B1 | 37 | 0 | 8 | 47 | 19 | 35 | 37 | 30 |
| Octal | 300 | 261 | 67 | 0 | 10 | 107 | 31 | 65 | 67 | 60 |
| Binary | 11000000 | 10110001 | 110111 | 0 | 1000 | 1000111 | 11001 | 110101 | 110111 | 110000 |
Color Harmonies of #C0B137
Complementary color
Monochromatic Colors of #C0B137
Black with #C0B137
Text Example
Text Example
White with #C0B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B137; }
p { color: rgb(192,177,55); }
H1.HeaderClassName
{
color: #C0B137;
}
.AnyTagClassName
{
color: #C0B137;
}
</style>
background-color css
<style>
a { background-color: #C0B137; }
a { background-color: rgb(192,177,55); }
div.DivClassName
{
background-color: #C0B137;
}
.BgClassName
{
background-color: #C0B137;
}
</style>
border-color css
<style>
span { border-color: #C0B137; }
span { border-color: rgb(192,177,55); }
td.TdClassName
{
border-color: #C0B137;
}
.TagClassName
{
border-color: #C0B137;
}
</style>