Shades of Old Gold #C0B032
Tints of Old Gold #C0B032
RGB
CMYK
RGB Variations
Color information
#C0B032 (or 0xC0B032) is known color: Old Gold. HEX triplet: C0, B0 and 32. RGB value is (192,176,50). Sum of RGB (Red+Green+Blue) = 192+176+50=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B032 is #3F4FCD. Grayscale: #A6A6A6. Windows color (decimal): -4149198 or 3322048. OLE color: 3322048.
HSL color Cylindrical-coordinate representation of color #C0B032: hue angle of 53.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0B032 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.24º | 0.59% | 0.47% | - |
| HSV(B) | 53.24º | 0.74% | 0.75% | - |
| XYZ | 37.84 | 42.49 | 9.22 | - |
| YUV | 166.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 50 | 0 | 0.08 | 0.74 | 0.25 | 53.24 | 0.59 | 0.47 |
| Hex | C0 | B0 | 32 | 0 | 8 | 4A | 19 | 35 | 3B | 2F |
| Octal | 300 | 260 | 62 | 0 | 10 | 112 | 31 | 65 | 73 | 57 |
| Binary | 11000000 | 10110000 | 110010 | 0 | 1000 | 1001010 | 11001 | 110101 | 111011 | 101111 |
Color Harmonies of #C0B032
Complementary color
Monochromatic Colors of #C0B032
Black with #C0B032
Text Example
Text Example
White with #C0B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B032; }
p { color: rgb(192,176,50); }
H1.HeaderClassName
{
color: #C0B032;
}
.AnyTagClassName
{
color: #C0B032;
}
</style>
background-color css
<style>
a { background-color: #C0B032; }
a { background-color: rgb(192,176,50); }
div.DivClassName
{
background-color: #C0B032;
}
.BgClassName
{
background-color: #C0B032;
}
</style>
border-color css
<style>
span { border-color: #C0B032; }
span { border-color: rgb(192,176,50); }
td.TdClassName
{
border-color: #C0B032;
}
.TagClassName
{
border-color: #C0B032;
}
</style>