Shades of Nugget #C5A131
Tints of Nugget #C5A131
RGB
CMYK
RGB Variations
Color information
#C5A131 (or 0xC5A131) is known color: Nugget. HEX triplet: C5, A1 and 31. RGB value is (197,161,49). Sum of RGB (Red+Green+Blue) = 197+161+49=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A131 is #3A5ECE. Grayscale: #9F9F9F. Windows color (decimal): -3825359 or 3252677. OLE color: 3252677.
HSL color Cylindrical-coordinate representation of color #C5A131: hue angle of 45.41º 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 #C5A131 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 49 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.23 |
| HSL | 45.41º | 0.6% | 0.48% | - |
| HSV(B) | 45.41º | 0.75% | 0.77% | - |
| XYZ | 36.33 | 37.58 | 8.25 | - |
| YUV | 159 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 49 | 0 | 0.18 | 0.75 | 0.23 | 45.41 | 0.6 | 0.48 |
| Hex | C5 | A1 | 31 | 0 | 12 | 4B | 17 | 2D | 3C | 30 |
| Octal | 305 | 241 | 61 | 0 | 22 | 113 | 27 | 55 | 74 | 60 |
| Binary | 11000101 | 10100001 | 110001 | 0 | 10010 | 1001011 | 10111 | 101101 | 111100 | 110000 |
Color Harmonies of #C5A131
Complementary color
Monochromatic Colors of #C5A131
Black with #C5A131
Text Example
Text Example
White with #C5A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A131; }
p { color: rgb(197,161,49); }
H1.HeaderClassName
{
color: #C5A131;
}
.AnyTagClassName
{
color: #C5A131;
}
</style>
background-color css
<style>
a { background-color: #C5A131; }
a { background-color: rgb(197,161,49); }
div.DivClassName
{
background-color: #C5A131;
}
.BgClassName
{
background-color: #C5A131;
}
</style>
border-color css
<style>
span { border-color: #C5A131; }
span { border-color: rgb(197,161,49); }
td.TdClassName
{
border-color: #C5A131;
}
.TagClassName
{
border-color: #C5A131;
}
</style>