Shades of Old Gold #C0AF37
Tints of Old Gold #C0AF37
RGB
CMYK
RGB Variations
Color information
#C0AF37 (or 0xC0AF37) is known color: Old Gold. HEX triplet: C0, AF and 37. RGB value is (192,175,55). Sum of RGB (Red+Green+Blue) = 192+175+55=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF37 is #3F50C8. Grayscale: #A6A6A6. Windows color (decimal): -4149449 or 3649472. OLE color: 3649472.
HSL color Cylindrical-coordinate representation of color #C0AF37: hue angle of 52.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0AF37 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 55 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.25 |
| HSL | 52.55º | 0.55% | 0.48% | - |
| HSV(B) | 52.55º | 0.71% | 0.75% | - |
| XYZ | 37.76 | 42.14 | 9.76 | - |
| YUV | 166.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 55 | 0 | 0.09 | 0.71 | 0.25 | 52.55 | 0.55 | 0.48 |
| Hex | C0 | AF | 37 | 0 | 9 | 47 | 19 | 35 | 37 | 30 |
| Octal | 300 | 257 | 67 | 0 | 11 | 107 | 31 | 65 | 67 | 60 |
| Binary | 11000000 | 10101111 | 110111 | 0 | 1001 | 1000111 | 11001 | 110101 | 110111 | 110000 |
Color Harmonies of #C0AF37
Complementary color
Monochromatic Colors of #C0AF37
Black with #C0AF37
Text Example
Text Example
White with #C0AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF37; }
p { color: rgb(192,175,55); }
H1.HeaderClassName
{
color: #C0AF37;
}
.AnyTagClassName
{
color: #C0AF37;
}
</style>
background-color css
<style>
a { background-color: #C0AF37; }
a { background-color: rgb(192,175,55); }
div.DivClassName
{
background-color: #C0AF37;
}
.BgClassName
{
background-color: #C0AF37;
}
</style>
border-color css
<style>
span { border-color: #C0AF37; }
span { border-color: rgb(192,175,55); }
td.TdClassName
{
border-color: #C0AF37;
}
.TagClassName
{
border-color: #C0AF37;
}
</style>