Shades of Old Gold #C5C030
Tints of Old Gold #C5C030
RGB
CMYK
RGB Variations
Color information
#C5C030 (or 0xC5C030) is known color: Old Gold. HEX triplet: C5, C0 and 30. RGB value is (197,192,48). Sum of RGB (Red+Green+Blue) = 197+192+48=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C030 is #3A3FCF. Grayscale: #B1B1B1. Windows color (decimal): -3817424 or 3195077. OLE color: 3195077.
HSL color Cylindrical-coordinate representation of color #C5C030: hue angle of 57.99º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5C030 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 48 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.23 |
| HSL | 57.99º | 0.61% | 0.48% | - |
| HSV(B) | 57.99º | 0.76% | 0.77% | - |
| XYZ | 42.41 | 49.78 | 10.17 | - |
| YUV | 177.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 48 | 0 | 0.03 | 0.76 | 0.23 | 57.99 | 0.61 | 0.48 |
| Hex | C5 | C0 | 30 | 0 | 3 | 4C | 17 | 3A | 3D | 30 |
| Octal | 305 | 300 | 60 | 0 | 3 | 114 | 27 | 72 | 75 | 60 |
| Binary | 11000101 | 11000000 | 110000 | 0 | 11 | 1001100 | 10111 | 111010 | 111101 | 110000 |
Color Harmonies of #C5C030
Complementary color
Monochromatic Colors of #C5C030
Black with #C5C030
Text Example
Text Example
White with #C5C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C030; }
p { color: rgb(197,192,48); }
H1.HeaderClassName
{
color: #C5C030;
}
.AnyTagClassName
{
color: #C5C030;
}
</style>
background-color css
<style>
a { background-color: #C5C030; }
a { background-color: rgb(197,192,48); }
div.DivClassName
{
background-color: #C5C030;
}
.BgClassName
{
background-color: #C5C030;
}
</style>
border-color css
<style>
span { border-color: #C5C030; }
span { border-color: rgb(197,192,48); }
td.TdClassName
{
border-color: #C5C030;
}
.TagClassName
{
border-color: #C5C030;
}
</style>