Shades of Old Gold #C5C131
Tints of Old Gold #C5C131
RGB
CMYK
RGB Variations
Color information
#C5C131 (or 0xC5C131) is known color: Old Gold. HEX triplet: C5, C1 and 31. RGB value is (197,193,49). Sum of RGB (Red+Green+Blue) = 197+193+49=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C131 is #3A3ECE. Grayscale: #B2B2B2. Windows color (decimal): -3817167 or 3260869. OLE color: 3260869.
HSL color Cylindrical-coordinate representation of color #C5C131: hue angle of 58.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5C131 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 49 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.23 |
| HSL | 58.38º | 0.6% | 0.48% | - |
| HSV(B) | 58.38º | 0.75% | 0.77% | - |
| XYZ | 42.65 | 50.23 | 10.35 | - |
| YUV | 177.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 49 | 0 | 0.02 | 0.75 | 0.23 | 58.38 | 0.6 | 0.48 |
| Hex | C5 | C1 | 31 | 0 | 2 | 4B | 17 | 3A | 3C | 30 |
| Octal | 305 | 301 | 61 | 0 | 2 | 113 | 27 | 72 | 74 | 60 |
| Binary | 11000101 | 11000001 | 110001 | 0 | 10 | 1001011 | 10111 | 111010 | 111100 | 110000 |
Color Harmonies of #C5C131
Complementary color
Monochromatic Colors of #C5C131
Black with #C5C131
Text Example
Text Example
White with #C5C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C131; }
p { color: rgb(197,193,49); }
H1.HeaderClassName
{
color: #C5C131;
}
.AnyTagClassName
{
color: #C5C131;
}
</style>
background-color css
<style>
a { background-color: #C5C131; }
a { background-color: rgb(197,193,49); }
div.DivClassName
{
background-color: #C5C131;
}
.BgClassName
{
background-color: #C5C131;
}
</style>
border-color css
<style>
span { border-color: #C5C131; }
span { border-color: rgb(197,193,49); }
td.TdClassName
{
border-color: #C5C131;
}
.TagClassName
{
border-color: #C5C131;
}
</style>