Shades of Old Gold #C5C137
Tints of Old Gold #C5C137
RGB
CMYK
RGB Variations
Color information
#C5C137 (or 0xC5C137) is known color: Old Gold. HEX triplet: C5, C1 and 37. RGB value is (197,193,55). Sum of RGB (Red+Green+Blue) = 197+193+55=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C137 is #3A3EC8. Grayscale: #B3B3B3. Windows color (decimal): -3817161 or 3654085. OLE color: 3654085.
HSL color Cylindrical-coordinate representation of color #C5C137: hue angle of 58.31º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5C137 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 55 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.23 |
| HSL | 58.31º | 0.56% | 0.49% | - |
| HSV(B) | 58.31º | 0.72% | 0.77% | - |
| XYZ | 42.79 | 50.29 | 11.07 | - |
| YUV | 178.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 55 | 0 | 0.02 | 0.72 | 0.23 | 58.31 | 0.56 | 0.49 |
| Hex | C5 | C1 | 37 | 0 | 2 | 48 | 17 | 3A | 38 | 31 |
| Octal | 305 | 301 | 67 | 0 | 2 | 110 | 27 | 72 | 70 | 61 |
| Binary | 11000101 | 11000001 | 110111 | 0 | 10 | 1001000 | 10111 | 111010 | 111000 | 110001 |
Color Harmonies of #C5C137
Complementary color
Monochromatic Colors of #C5C137
Black with #C5C137
Text Example
Text Example
White with #C5C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C137; }
p { color: rgb(197,193,55); }
H1.HeaderClassName
{
color: #C5C137;
}
.AnyTagClassName
{
color: #C5C137;
}
</style>
background-color css
<style>
a { background-color: #C5C137; }
a { background-color: rgb(197,193,55); }
div.DivClassName
{
background-color: #C5C137;
}
.BgClassName
{
background-color: #C5C137;
}
</style>
border-color css
<style>
span { border-color: #C5C137; }
span { border-color: rgb(197,193,55); }
td.TdClassName
{
border-color: #C5C137;
}
.TagClassName
{
border-color: #C5C137;
}
</style>