Shades of Nugget #C49128
Tints of Nugget #C49128
RGB
CMYK
RGB Variations
Color information
#C49128 (or 0xC49128) is known color: Nugget. HEX triplet: C4, 91 and 28. RGB value is (196,145,40). Sum of RGB (Red+Green+Blue) = 196+145+40=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C49128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49128 is #3B6ED7. Grayscale: #949494. Windows color (decimal): -3895000 or 2658756. OLE color: 2658756.
HSL color Cylindrical-coordinate representation of color #C49128: hue angle of 40.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C49128 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 40 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.23 |
| HSL | 40.38º | 0.66% | 0.46% | - |
| HSV(B) | 40.38º | 0.8% | 0.77% | - |
| XYZ | 33.27 | 32.14 | 6.46 | - |
| YUV | 148.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 40 | 0 | 0.26 | 0.80 | 0.23 | 40.38 | 0.66 | 0.46 |
| Hex | C4 | 91 | 28 | 0 | 1A | 50 | 17 | 28 | 42 | 2E |
| Octal | 304 | 221 | 50 | 0 | 32 | 120 | 27 | 50 | 102 | 56 |
| Binary | 11000100 | 10010001 | 101000 | 0 | 11010 | 1010000 | 10111 | 101000 | 1000010 | 101110 |
Color Harmonies of #C49128
Complementary color
Monochromatic Colors of #C49128
Black with #C49128
Text Example
Text Example
White with #C49128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49128; }
p { color: rgb(196,145,40); }
H1.HeaderClassName
{
color: #C49128;
}
.AnyTagClassName
{
color: #C49128;
}
</style>
background-color css
<style>
a { background-color: #C49128; }
a { background-color: rgb(196,145,40); }
div.DivClassName
{
background-color: #C49128;
}
.BgClassName
{
background-color: #C49128;
}
</style>
border-color css
<style>
span { border-color: #C49128; }
span { border-color: rgb(196,145,40); }
td.TdClassName
{
border-color: #C49128;
}
.TagClassName
{
border-color: #C49128;
}
</style>