Shades of Old Gold #C0B132
Tints of Old Gold #C0B132
RGB
CMYK
RGB Variations
Color information
#C0B132 (or 0xC0B132) is known color: Old Gold. HEX triplet: C0, B1 and 32. RGB value is (192,177,50). Sum of RGB (Red+Green+Blue) = 192+177+50=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B132 is #3F4ECD. Grayscale: #A7A7A7. Windows color (decimal): -4148942 or 3322304. OLE color: 3322304.
HSL color Cylindrical-coordinate representation of color #C0B132: hue angle of 53.66º 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 #C0B132 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.66º | 0.59% | 0.47% | - |
| HSV(B) | 53.66º | 0.74% | 0.75% | - |
| XYZ | 38.04 | 42.88 | 9.29 | - |
| YUV | 167.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 50 | 0 | 0.08 | 0.74 | 0.25 | 53.66 | 0.59 | 0.47 |
| Hex | C0 | B1 | 32 | 0 | 8 | 4A | 19 | 36 | 3B | 2F |
| Octal | 300 | 261 | 62 | 0 | 10 | 112 | 31 | 66 | 73 | 57 |
| Binary | 11000000 | 10110001 | 110010 | 0 | 1000 | 1001010 | 11001 | 110110 | 111011 | 101111 |
Color Harmonies of #C0B132
Complementary color
Monochromatic Colors of #C0B132
Black with #C0B132
Text Example
Text Example
White with #C0B132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B132; }
p { color: rgb(192,177,50); }
H1.HeaderClassName
{
color: #C0B132;
}
.AnyTagClassName
{
color: #C0B132;
}
</style>
background-color css
<style>
a { background-color: #C0B132; }
a { background-color: rgb(192,177,50); }
div.DivClassName
{
background-color: #C0B132;
}
.BgClassName
{
background-color: #C0B132;
}
</style>
border-color css
<style>
span { border-color: #C0B132; }
span { border-color: rgb(192,177,50); }
td.TdClassName
{
border-color: #C0B132;
}
.TagClassName
{
border-color: #C0B132;
}
</style>