Shades of Old Gold #C0B736
Tints of Old Gold #C0B736
RGB
CMYK
RGB Variations
Color information
#C0B736 (or 0xC0B736) is known color: Old Gold. HEX triplet: C0, B7 and 36. RGB value is (192,183,54). Sum of RGB (Red+Green+Blue) = 192+183+54=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B736 is #3F48C9. Grayscale: #ABABAB. Windows color (decimal): -4147402 or 3585984. OLE color: 3585984.
HSL color Cylindrical-coordinate representation of color #C0B736: hue angle of 56.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0B736 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 54 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.25 |
| HSL | 56.09º | 0.56% | 0.48% | - |
| HSV(B) | 56.09º | 0.72% | 0.75% | - |
| XYZ | 39.34 | 45.34 | 10.17 | - |
| YUV | 170.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 54 | 0 | 0.05 | 0.72 | 0.25 | 56.09 | 0.56 | 0.48 |
| Hex | C0 | B7 | 36 | 0 | 5 | 48 | 19 | 38 | 38 | 30 |
| Octal | 300 | 267 | 66 | 0 | 5 | 110 | 31 | 70 | 70 | 60 |
| Binary | 11000000 | 10110111 | 110110 | 0 | 101 | 1001000 | 11001 | 111000 | 111000 | 110000 |
Color Harmonies of #C0B736
Complementary color
Monochromatic Colors of #C0B736
Black with #C0B736
Text Example
Text Example
White with #C0B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B736; }
p { color: rgb(192,183,54); }
H1.HeaderClassName
{
color: #C0B736;
}
.AnyTagClassName
{
color: #C0B736;
}
</style>
background-color css
<style>
a { background-color: #C0B736; }
a { background-color: rgb(192,183,54); }
div.DivClassName
{
background-color: #C0B736;
}
.BgClassName
{
background-color: #C0B736;
}
</style>
border-color css
<style>
span { border-color: #C0B736; }
span { border-color: rgb(192,183,54); }
td.TdClassName
{
border-color: #C0B736;
}
.TagClassName
{
border-color: #C0B736;
}
</style>