Shades of Nugget #C5A030
Tints of Nugget #C5A030
RGB
CMYK
RGB Variations
Color information
#C5A030 (or 0xC5A030) is known color: Nugget. HEX triplet: C5, A0 and 30. RGB value is (197,160,48). Sum of RGB (Red+Green+Blue) = 197+160+48=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A030 is #3A5FCF. Grayscale: #9E9E9E. Windows color (decimal): -3825616 or 3186885. OLE color: 3186885.
HSL color Cylindrical-coordinate representation of color #C5A030: hue angle of 45.1º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5A030 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 48 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.23 |
| HSL | 45.1º | 0.61% | 0.48% | - |
| HSV(B) | 45.1º | 0.76% | 0.77% | - |
| XYZ | 36.13 | 37.23 | 8.08 | - |
| YUV | 158.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 48 | 0 | 0.19 | 0.76 | 0.23 | 45.1 | 0.61 | 0.48 |
| Hex | C5 | A0 | 30 | 0 | 13 | 4C | 17 | 2D | 3D | 30 |
| Octal | 305 | 240 | 60 | 0 | 23 | 114 | 27 | 55 | 75 | 60 |
| Binary | 11000101 | 10100000 | 110000 | 0 | 10011 | 1001100 | 10111 | 101101 | 111101 | 110000 |
Color Harmonies of #C5A030
Complementary color
Monochromatic Colors of #C5A030
Black with #C5A030
Text Example
Text Example
White with #C5A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A030; }
p { color: rgb(197,160,48); }
H1.HeaderClassName
{
color: #C5A030;
}
.AnyTagClassName
{
color: #C5A030;
}
</style>
background-color css
<style>
a { background-color: #C5A030; }
a { background-color: rgb(197,160,48); }
div.DivClassName
{
background-color: #C5A030;
}
.BgClassName
{
background-color: #C5A030;
}
</style>
border-color css
<style>
span { border-color: #C5A030; }
span { border-color: rgb(197,160,48); }
td.TdClassName
{
border-color: #C5A030;
}
.TagClassName
{
border-color: #C5A030;
}
</style>