Shades of Nugget #C5A034
Tints of Nugget #C5A034
RGB
CMYK
RGB Variations
Color information
#C5A034 (or 0xC5A034) is known color: Nugget. HEX triplet: C5, A0 and 34. RGB value is (197,160,52). Sum of RGB (Red+Green+Blue) = 197+160+52=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A034 is #3A5FCB. Grayscale: #9F9F9F. Windows color (decimal): -3825612 or 3449029. OLE color: 3449029.
HSL color Cylindrical-coordinate representation of color #C5A034: hue angle of 44.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5A034 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 52 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.23 |
| HSL | 44.69º | 0.58% | 0.49% | - |
| HSV(B) | 44.69º | 0.74% | 0.77% | - |
| XYZ | 36.22 | 37.26 | 8.53 | - |
| YUV | 158.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 52 | 0 | 0.19 | 0.74 | 0.23 | 44.69 | 0.58 | 0.49 |
| Hex | C5 | A0 | 34 | 0 | 13 | 4A | 17 | 2D | 3A | 31 |
| Octal | 305 | 240 | 64 | 0 | 23 | 112 | 27 | 55 | 72 | 61 |
| Binary | 11000101 | 10100000 | 110100 | 0 | 10011 | 1001010 | 10111 | 101101 | 111010 | 110001 |
Color Harmonies of #C5A034
Complementary color
Monochromatic Colors of #C5A034
Black with #C5A034
Text Example
Text Example
White with #C5A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A034; }
p { color: rgb(197,160,52); }
H1.HeaderClassName
{
color: #C5A034;
}
.AnyTagClassName
{
color: #C5A034;
}
</style>
background-color css
<style>
a { background-color: #C5A034; }
a { background-color: rgb(197,160,52); }
div.DivClassName
{
background-color: #C5A034;
}
.BgClassName
{
background-color: #C5A034;
}
</style>
border-color css
<style>
span { border-color: #C5A034; }
span { border-color: rgb(197,160,52); }
td.TdClassName
{
border-color: #C5A034;
}
.TagClassName
{
border-color: #C5A034;
}
</style>