Shades of Nugget #C4A036
Tints of Nugget #C4A036
RGB
CMYK
RGB Variations
Color information
#C4A036 (or 0xC4A036) is known color: Nugget. HEX triplet: C4, A0 and 36. RGB value is (196,160,54). Sum of RGB (Red+Green+Blue) = 196+160+54=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A036 is #3B5FC9. Grayscale: #9F9F9F. Windows color (decimal): -3891146 or 3580100. OLE color: 3580100.
HSL color Cylindrical-coordinate representation of color #C4A036: hue angle of 44.79º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4A036 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 54 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.23 |
| HSL | 44.79º | 0.57% | 0.49% | - |
| HSV(B) | 44.79º | 0.72% | 0.77% | - |
| XYZ | 36 | 37.14 | 8.76 | - |
| YUV | 158.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 54 | 0 | 0.18 | 0.72 | 0.23 | 44.79 | 0.57 | 0.49 |
| Hex | C4 | A0 | 36 | 0 | 12 | 48 | 17 | 2D | 39 | 31 |
| Octal | 304 | 240 | 66 | 0 | 22 | 110 | 27 | 55 | 71 | 61 |
| Binary | 11000100 | 10100000 | 110110 | 0 | 10010 | 1001000 | 10111 | 101101 | 111001 | 110001 |
Color Harmonies of #C4A036
Complementary color
Monochromatic Colors of #C4A036
Black with #C4A036
Text Example
Text Example
White with #C4A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A036; }
p { color: rgb(196,160,54); }
H1.HeaderClassName
{
color: #C4A036;
}
.AnyTagClassName
{
color: #C4A036;
}
</style>
background-color css
<style>
a { background-color: #C4A036; }
a { background-color: rgb(196,160,54); }
div.DivClassName
{
background-color: #C4A036;
}
.BgClassName
{
background-color: #C4A036;
}
</style>
border-color css
<style>
span { border-color: #C4A036; }
span { border-color: rgb(196,160,54); }
td.TdClassName
{
border-color: #C4A036;
}
.TagClassName
{
border-color: #C4A036;
}
</style>