Shades of Old Gold #C0B738
Tints of Old Gold #C0B738
RGB
CMYK
RGB Variations
Color information
#C0B738 (or 0xC0B738) is known color: Old Gold. HEX triplet: C0, B7 and 38. RGB value is (192,183,56). Sum of RGB (Red+Green+Blue) = 192+183+56=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B738 is #3F48C7. Grayscale: #ABABAB. Windows color (decimal): -4147400 or 3717056. OLE color: 3717056.
HSL color Cylindrical-coordinate representation of color #C0B738: hue angle of 56.03º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B738 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 56 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.25 |
| HSL | 56.03º | 0.55% | 0.49% | - |
| HSV(B) | 56.03º | 0.71% | 0.75% | - |
| XYZ | 39.39 | 45.36 | 10.42 | - |
| YUV | 171.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 56 | 0 | 0.05 | 0.71 | 0.25 | 56.03 | 0.55 | 0.49 |
| Hex | C0 | B7 | 38 | 0 | 5 | 47 | 19 | 38 | 37 | 31 |
| Octal | 300 | 267 | 70 | 0 | 5 | 107 | 31 | 70 | 67 | 61 |
| Binary | 11000000 | 10110111 | 111000 | 0 | 101 | 1000111 | 11001 | 111000 | 110111 | 110001 |
Color Harmonies of #C0B738
Complementary color
Monochromatic Colors of #C0B738
Black with #C0B738
Text Example
Text Example
White with #C0B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B738; }
p { color: rgb(192,183,56); }
H1.HeaderClassName
{
color: #C0B738;
}
.AnyTagClassName
{
color: #C0B738;
}
</style>
background-color css
<style>
a { background-color: #C0B738; }
a { background-color: rgb(192,183,56); }
div.DivClassName
{
background-color: #C0B738;
}
.BgClassName
{
background-color: #C0B738;
}
</style>
border-color css
<style>
span { border-color: #C0B738; }
span { border-color: rgb(192,183,56); }
td.TdClassName
{
border-color: #C0B738;
}
.TagClassName
{
border-color: #C0B738;
}
</style>