Shades of Old Gold #C0B331
Tints of Old Gold #C0B331
RGB
CMYK
RGB Variations
Color information
#C0B331 (or 0xC0B331) is known color: Old Gold. HEX triplet: C0, B3 and 31. RGB value is (192,179,49). Sum of RGB (Red+Green+Blue) = 192+179+49=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B331 is #3F4CCE. Grayscale: #A8A8A8. Windows color (decimal): -4148431 or 3257280. OLE color: 3257280.
HSL color Cylindrical-coordinate representation of color #C0B331: hue angle of 54.55º 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 #C0B331 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 49 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.25 |
| HSL | 54.55º | 0.59% | 0.47% | - |
| HSV(B) | 54.55º | 0.74% | 0.75% | - |
| XYZ | 38.41 | 43.67 | 9.31 | - |
| YUV | 168.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 49 | 0 | 0.07 | 0.74 | 0.25 | 54.55 | 0.59 | 0.47 |
| Hex | C0 | B3 | 31 | 0 | 7 | 4A | 19 | 37 | 3B | 2F |
| Octal | 300 | 263 | 61 | 0 | 7 | 112 | 31 | 67 | 73 | 57 |
| Binary | 11000000 | 10110011 | 110001 | 0 | 111 | 1001010 | 11001 | 110111 | 111011 | 101111 |
Color Harmonies of #C0B331
Complementary color
Monochromatic Colors of #C0B331
Black with #C0B331
Text Example
Text Example
White with #C0B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B331; }
p { color: rgb(192,179,49); }
H1.HeaderClassName
{
color: #C0B331;
}
.AnyTagClassName
{
color: #C0B331;
}
</style>
background-color css
<style>
a { background-color: #C0B331; }
a { background-color: rgb(192,179,49); }
div.DivClassName
{
background-color: #C0B331;
}
.BgClassName
{
background-color: #C0B331;
}
</style>
border-color css
<style>
span { border-color: #C0B331; }
span { border-color: rgb(192,179,49); }
td.TdClassName
{
border-color: #C0B331;
}
.TagClassName
{
border-color: #C0B331;
}
</style>