Shades of Old Gold #C0B737
Tints of Old Gold #C0B737
RGB
CMYK
RGB Variations
Color information
#C0B737 (or 0xC0B737) is known color: Old Gold. HEX triplet: C0, B7 and 37. RGB value is (192,183,55). Sum of RGB (Red+Green+Blue) = 192+183+55=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B737 is #3F48C8. Grayscale: #ABABAB. Windows color (decimal): -4147401 or 3651520. OLE color: 3651520.
HSL color Cylindrical-coordinate representation of color #C0B737: hue angle of 56.06º 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 #C0B737 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 55 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.25 |
| HSL | 56.06º | 0.55% | 0.48% | - |
| HSV(B) | 56.06º | 0.71% | 0.75% | - |
| XYZ | 39.36 | 45.35 | 10.29 | - |
| YUV | 171.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 55 | 0 | 0.05 | 0.71 | 0.25 | 56.06 | 0.55 | 0.48 |
| Hex | C0 | B7 | 37 | 0 | 5 | 47 | 19 | 38 | 37 | 30 |
| Octal | 300 | 267 | 67 | 0 | 5 | 107 | 31 | 70 | 67 | 60 |
| Binary | 11000000 | 10110111 | 110111 | 0 | 101 | 1000111 | 11001 | 111000 | 110111 | 110000 |
Color Harmonies of #C0B737
Complementary color
Monochromatic Colors of #C0B737
Black with #C0B737
Text Example
Text Example
White with #C0B737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B737; }
p { color: rgb(192,183,55); }
H1.HeaderClassName
{
color: #C0B737;
}
.AnyTagClassName
{
color: #C0B737;
}
</style>
background-color css
<style>
a { background-color: #C0B737; }
a { background-color: rgb(192,183,55); }
div.DivClassName
{
background-color: #C0B737;
}
.BgClassName
{
background-color: #C0B737;
}
</style>
border-color css
<style>
span { border-color: #C0B737; }
span { border-color: rgb(192,183,55); }
td.TdClassName
{
border-color: #C0B737;
}
.TagClassName
{
border-color: #C0B737;
}
</style>