Shades of Nugget #C49E29
Tints of Nugget #C49E29
RGB
CMYK
RGB Variations
Color information
#C49E29 (or 0xC49E29) is known color: Nugget. HEX triplet: C4, 9E and 29. RGB value is (196,158,41). Sum of RGB (Red+Green+Blue) = 196+158+41=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E29 is #3B61D6. Grayscale: #9C9C9C. Windows color (decimal): -3891671 or 2727620. OLE color: 2727620.
HSL color Cylindrical-coordinate representation of color #C49E29: hue angle of 45.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C49E29 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 41 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.23 |
| HSL | 45.29º | 0.65% | 0.46% | - |
| HSV(B) | 45.29º | 0.79% | 0.77% | - |
| XYZ | 35.39 | 36.35 | 7.25 | - |
| YUV | 156.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 41 | 0 | 0.19 | 0.79 | 0.23 | 45.29 | 0.65 | 0.46 |
| Hex | C4 | 9E | 29 | 0 | 13 | 4F | 17 | 2D | 41 | 2E |
| Octal | 304 | 236 | 51 | 0 | 23 | 117 | 27 | 55 | 101 | 56 |
| Binary | 11000100 | 10011110 | 101001 | 0 | 10011 | 1001111 | 10111 | 101101 | 1000001 | 101110 |
Color Harmonies of #C49E29
Complementary color
Monochromatic Colors of #C49E29
Black with #C49E29
Text Example
Text Example
White with #C49E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E29; }
p { color: rgb(196,158,41); }
H1.HeaderClassName
{
color: #C49E29;
}
.AnyTagClassName
{
color: #C49E29;
}
</style>
background-color css
<style>
a { background-color: #C49E29; }
a { background-color: rgb(196,158,41); }
div.DivClassName
{
background-color: #C49E29;
}
.BgClassName
{
background-color: #C49E29;
}
</style>
border-color css
<style>
span { border-color: #C49E29; }
span { border-color: rgb(196,158,41); }
td.TdClassName
{
border-color: #C49E29;
}
.TagClassName
{
border-color: #C49E29;
}
</style>