Shades of Nugget #C5A036
Tints of Nugget #C5A036
RGB
CMYK
RGB Variations
Color information
#C5A036 (or 0xC5A036) is known color: Nugget. HEX triplet: C5, A0 and 36. RGB value is (197,160,54). Sum of RGB (Red+Green+Blue) = 197+160+54=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A036 is #3A5FC9. Grayscale: #9F9F9F. Windows color (decimal): -3825610 or 3580101. OLE color: 3580101.
HSL color Cylindrical-coordinate representation of color #C5A036: hue angle of 44.48º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5A036 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 54 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.23 |
| HSL | 44.48º | 0.57% | 0.49% | - |
| HSV(B) | 44.48º | 0.73% | 0.77% | - |
| XYZ | 36.26 | 37.28 | 8.77 | - |
| YUV | 158.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 54 | 0 | 0.19 | 0.73 | 0.23 | 44.48 | 0.57 | 0.49 |
| Hex | C5 | A0 | 36 | 0 | 13 | 49 | 17 | 2C | 39 | 31 |
| Octal | 305 | 240 | 66 | 0 | 23 | 111 | 27 | 54 | 71 | 61 |
| Binary | 11000101 | 10100000 | 110110 | 0 | 10011 | 1001001 | 10111 | 101100 | 111001 | 110001 |
Color Harmonies of #C5A036
Complementary color
Monochromatic Colors of #C5A036
Black with #C5A036
Text Example
Text Example
White with #C5A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A036; }
p { color: rgb(197,160,54); }
H1.HeaderClassName
{
color: #C5A036;
}
.AnyTagClassName
{
color: #C5A036;
}
</style>
background-color css
<style>
a { background-color: #C5A036; }
a { background-color: rgb(197,160,54); }
div.DivClassName
{
background-color: #C5A036;
}
.BgClassName
{
background-color: #C5A036;
}
</style>
border-color css
<style>
span { border-color: #C5A036; }
span { border-color: rgb(197,160,54); }
td.TdClassName
{
border-color: #C5A036;
}
.TagClassName
{
border-color: #C5A036;
}
</style>