Shades of Nugget #C49D30
Tints of Nugget #C49D30
RGB
CMYK
RGB Variations
Color information
#C49D30 (or 0xC49D30) is known color: Nugget. HEX triplet: C4, 9D and 30. RGB value is (196,157,48). Sum of RGB (Red+Green+Blue) = 196+157+48=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D30 is #3B62CF. Grayscale: #9C9C9C. Windows color (decimal): -3891920 or 3186116. OLE color: 3186116.
HSL color Cylindrical-coordinate representation of color #C49D30: hue angle of 44.19º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C49D30 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 48 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.23 |
| HSL | 44.19º | 0.61% | 0.48% | - |
| HSV(B) | 44.19º | 0.76% | 0.77% | - |
| XYZ | 35.36 | 36.06 | 7.89 | - |
| YUV | 156.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 48 | 0 | 0.20 | 0.76 | 0.23 | 44.19 | 0.61 | 0.48 |
| Hex | C4 | 9D | 30 | 0 | 14 | 4C | 17 | 2C | 3D | 30 |
| Octal | 304 | 235 | 60 | 0 | 24 | 114 | 27 | 54 | 75 | 60 |
| Binary | 11000100 | 10011101 | 110000 | 0 | 10100 | 1001100 | 10111 | 101100 | 111101 | 110000 |
Color Harmonies of #C49D30
Complementary color
Monochromatic Colors of #C49D30
Black with #C49D30
Text Example
Text Example
White with #C49D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D30; }
p { color: rgb(196,157,48); }
H1.HeaderClassName
{
color: #C49D30;
}
.AnyTagClassName
{
color: #C49D30;
}
</style>
background-color css
<style>
a { background-color: #C49D30; }
a { background-color: rgb(196,157,48); }
div.DivClassName
{
background-color: #C49D30;
}
.BgClassName
{
background-color: #C49D30;
}
</style>
border-color css
<style>
span { border-color: #C49D30; }
span { border-color: rgb(196,157,48); }
td.TdClassName
{
border-color: #C49D30;
}
.TagClassName
{
border-color: #C49D30;
}
</style>