Shades of Old Gold #C0B139
Tints of Old Gold #C0B139
RGB
CMYK
RGB Variations
Color information
#C0B139 (or 0xC0B139) is known color: Old Gold. HEX triplet: C0, B1 and 39. RGB value is (192,177,57). Sum of RGB (Red+Green+Blue) = 192+177+57=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B139 is #3F4EC6. Grayscale: #A8A8A8. Windows color (decimal): -4148935 or 3781056. OLE color: 3781056.
HSL color Cylindrical-coordinate representation of color #C0B139: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B139 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 57 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.25 |
| HSL | 53.33º | 0.54% | 0.49% | - |
| HSV(B) | 53.33º | 0.7% | 0.75% | - |
| XYZ | 38.2 | 42.95 | 10.15 | - |
| YUV | 167.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 57 | 0 | 0.08 | 0.70 | 0.25 | 53.33 | 0.54 | 0.49 |
| Hex | C0 | B1 | 39 | 0 | 8 | 46 | 19 | 35 | 36 | 31 |
| Octal | 300 | 261 | 71 | 0 | 10 | 106 | 31 | 65 | 66 | 61 |
| Binary | 11000000 | 10110001 | 111001 | 0 | 1000 | 1000110 | 11001 | 110101 | 110110 | 110001 |
Color Harmonies of #C0B139
Complementary color
Monochromatic Colors of #C0B139
Black with #C0B139
Text Example
Text Example
White with #C0B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B139; }
p { color: rgb(192,177,57); }
H1.HeaderClassName
{
color: #C0B139;
}
.AnyTagClassName
{
color: #C0B139;
}
</style>
background-color css
<style>
a { background-color: #C0B139; }
a { background-color: rgb(192,177,57); }
div.DivClassName
{
background-color: #C0B139;
}
.BgClassName
{
background-color: #C0B139;
}
</style>
border-color css
<style>
span { border-color: #C0B139; }
span { border-color: rgb(192,177,57); }
td.TdClassName
{
border-color: #C0B139;
}
.TagClassName
{
border-color: #C0B139;
}
</style>