Shades of Nugget #C4A032
Tints of Nugget #C4A032
RGB
CMYK
RGB Variations
Color information
#C4A032 (or 0xC4A032) is known color: Nugget. HEX triplet: C4, A0 and 32. RGB value is (196,160,50). Sum of RGB (Red+Green+Blue) = 196+160+50=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A032 is #3B5FCD. Grayscale: #9E9E9E. Windows color (decimal): -3891150 or 3317956. OLE color: 3317956.
HSL color Cylindrical-coordinate representation of color #C4A032: hue angle of 45.21º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4A032 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 50 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.23 |
| HSL | 45.21º | 0.59% | 0.48% | - |
| HSV(B) | 45.21º | 0.74% | 0.77% | - |
| XYZ | 35.91 | 37.11 | 8.29 | - |
| YUV | 158.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 50 | 0 | 0.18 | 0.74 | 0.23 | 45.21 | 0.59 | 0.48 |
| Hex | C4 | A0 | 32 | 0 | 12 | 4A | 17 | 2D | 3B | 30 |
| Octal | 304 | 240 | 62 | 0 | 22 | 112 | 27 | 55 | 73 | 60 |
| Binary | 11000100 | 10100000 | 110010 | 0 | 10010 | 1001010 | 10111 | 101101 | 111011 | 110000 |
Color Harmonies of #C4A032
Complementary color
Monochromatic Colors of #C4A032
Black with #C4A032
Text Example
Text Example
White with #C4A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A032; }
p { color: rgb(196,160,50); }
H1.HeaderClassName
{
color: #C4A032;
}
.AnyTagClassName
{
color: #C4A032;
}
</style>
background-color css
<style>
a { background-color: #C4A032; }
a { background-color: rgb(196,160,50); }
div.DivClassName
{
background-color: #C4A032;
}
.BgClassName
{
background-color: #C4A032;
}
</style>
border-color css
<style>
span { border-color: #C4A032; }
span { border-color: rgb(196,160,50); }
td.TdClassName
{
border-color: #C4A032;
}
.TagClassName
{
border-color: #C4A032;
}
</style>