Shades of Nugget #C5A032
Tints of Nugget #C5A032
RGB
CMYK
RGB Variations
Color information
#C5A032 (or 0xC5A032) is known color: Nugget. HEX triplet: C5, A0 and 32. RGB value is (197,160,50). Sum of RGB (Red+Green+Blue) = 197+160+50=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A032 is #3A5FCD. Grayscale: #9F9F9F. Windows color (decimal): -3825614 or 3317957. OLE color: 3317957.
HSL color Cylindrical-coordinate representation of color #C5A032: hue angle of 44.9º 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 #C5A032 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 50 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.23 |
| HSL | 44.9º | 0.6% | 0.48% | - |
| HSV(B) | 44.9º | 0.75% | 0.77% | - |
| XYZ | 36.17 | 37.24 | 8.3 | - |
| YUV | 158.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 50 | 0 | 0.19 | 0.75 | 0.23 | 44.9 | 0.6 | 0.48 |
| Hex | C5 | A0 | 32 | 0 | 13 | 4B | 17 | 2D | 3C | 30 |
| Octal | 305 | 240 | 62 | 0 | 23 | 113 | 27 | 55 | 74 | 60 |
| Binary | 11000101 | 10100000 | 110010 | 0 | 10011 | 1001011 | 10111 | 101101 | 111100 | 110000 |
Color Harmonies of #C5A032
Complementary color
Monochromatic Colors of #C5A032
Black with #C5A032
Text Example
Text Example
White with #C5A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A032; }
p { color: rgb(197,160,50); }
H1.HeaderClassName
{
color: #C5A032;
}
.AnyTagClassName
{
color: #C5A032;
}
</style>
background-color css
<style>
a { background-color: #C5A032; }
a { background-color: rgb(197,160,50); }
div.DivClassName
{
background-color: #C5A032;
}
.BgClassName
{
background-color: #C5A032;
}
</style>
border-color css
<style>
span { border-color: #C5A032; }
span { border-color: rgb(197,160,50); }
td.TdClassName
{
border-color: #C5A032;
}
.TagClassName
{
border-color: #C5A032;
}
</style>