Shades of Old Gold #C0B535
Tints of Old Gold #C0B535
RGB
CMYK
RGB Variations
Color information
#C0B535 (or 0xC0B535) is known color: Old Gold. HEX triplet: C0, B5 and 35. RGB value is (192,181,53). Sum of RGB (Red+Green+Blue) = 192+181+53=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B535 is #3F4ACA. Grayscale: #AAAAAA. Windows color (decimal): -4147915 or 3519936. OLE color: 3519936.
HSL color Cylindrical-coordinate representation of color #C0B535: hue angle of 55.25º degrees, saturation: 0.57, 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 #C0B535 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 53 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.25 |
| HSL | 55.25º | 0.57% | 0.48% | - |
| HSV(B) | 55.25º | 0.72% | 0.75% | - |
| XYZ | 38.9 | 44.51 | 9.91 | - |
| YUV | 169.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 53 | 0 | 0.06 | 0.72 | 0.25 | 55.25 | 0.57 | 0.48 |
| Hex | C0 | B5 | 35 | 0 | 6 | 48 | 19 | 37 | 39 | 30 |
| Octal | 300 | 265 | 65 | 0 | 6 | 110 | 31 | 67 | 71 | 60 |
| Binary | 11000000 | 10110101 | 110101 | 0 | 110 | 1001000 | 11001 | 110111 | 111001 | 110000 |
Color Harmonies of #C0B535
Complementary color
Monochromatic Colors of #C0B535
Black with #C0B535
Text Example
Text Example
White with #C0B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B535; }
p { color: rgb(192,181,53); }
H1.HeaderClassName
{
color: #C0B535;
}
.AnyTagClassName
{
color: #C0B535;
}
</style>
background-color css
<style>
a { background-color: #C0B535; }
a { background-color: rgb(192,181,53); }
div.DivClassName
{
background-color: #C0B535;
}
.BgClassName
{
background-color: #C0B535;
}
</style>
border-color css
<style>
span { border-color: #C0B535; }
span { border-color: rgb(192,181,53); }
td.TdClassName
{
border-color: #C0B535;
}
.TagClassName
{
border-color: #C0B535;
}
</style>