Shades of Nugget #C4A034
Tints of Nugget #C4A034
RGB
CMYK
RGB Variations
Color information
#C4A034 (or 0xC4A034) is known color: Nugget. HEX triplet: C4, A0 and 34. RGB value is (196,160,52). Sum of RGB (Red+Green+Blue) = 196+160+52=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A034 is #3B5FCB. Grayscale: #9E9E9E. Windows color (decimal): -3891148 or 3449028. OLE color: 3449028.
HSL color Cylindrical-coordinate representation of color #C4A034: hue angle of 45º degrees, saturation: 0.58, 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 #C4A034 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 52 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.23 |
| HSL | 45º | 0.58% | 0.49% | - |
| HSV(B) | 45º | 0.73% | 0.77% | - |
| XYZ | 35.96 | 37.13 | 8.52 | - |
| YUV | 158.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 52 | 0 | 0.18 | 0.73 | 0.23 | 45 | 0.58 | 0.49 |
| Hex | C4 | A0 | 34 | 0 | 12 | 49 | 17 | 2D | 3A | 31 |
| Octal | 304 | 240 | 64 | 0 | 22 | 111 | 27 | 55 | 72 | 61 |
| Binary | 11000100 | 10100000 | 110100 | 0 | 10010 | 1001001 | 10111 | 101101 | 111010 | 110001 |
Color Harmonies of #C4A034
Complementary color
Monochromatic Colors of #C4A034
Black with #C4A034
Text Example
Text Example
White with #C4A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A034; }
p { color: rgb(196,160,52); }
H1.HeaderClassName
{
color: #C4A034;
}
.AnyTagClassName
{
color: #C4A034;
}
</style>
background-color css
<style>
a { background-color: #C4A034; }
a { background-color: rgb(196,160,52); }
div.DivClassName
{
background-color: #C4A034;
}
.BgClassName
{
background-color: #C4A034;
}
</style>
border-color css
<style>
span { border-color: #C4A034; }
span { border-color: rgb(196,160,52); }
td.TdClassName
{
border-color: #C4A034;
}
.TagClassName
{
border-color: #C4A034;
}
</style>