Shades of Nugget #C49625
Tints of Nugget #C49625
RGB
CMYK
RGB Variations
Color information
#C49625 (or 0xC49625) is known color: Nugget. HEX triplet: C4, 96 and 25. RGB value is (196,150,37). Sum of RGB (Red+Green+Blue) = 196+150+37=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C49625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49625 is #3B69DA. Grayscale: #979797. Windows color (decimal): -3893723 or 2463428. OLE color: 2463428.
HSL color Cylindrical-coordinate representation of color #C49625: hue angle of 42.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C49625 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 37 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.23 |
| HSL | 42.64º | 0.68% | 0.46% | - |
| HSV(B) | 42.64º | 0.81% | 0.77% | - |
| XYZ | 34.01 | 33.68 | 6.46 | - |
| YUV | 150.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 37 | 0 | 0.23 | 0.81 | 0.23 | 42.64 | 0.68 | 0.46 |
| Hex | C4 | 96 | 25 | 0 | 17 | 51 | 17 | 2B | 44 | 2E |
| Octal | 304 | 226 | 45 | 0 | 27 | 121 | 27 | 53 | 104 | 56 |
| Binary | 11000100 | 10010110 | 100101 | 0 | 10111 | 1010001 | 10111 | 101011 | 1000100 | 101110 |
Color Harmonies of #C49625
Complementary color
Monochromatic Colors of #C49625
Black with #C49625
Text Example
Text Example
White with #C49625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49625; }
p { color: rgb(196,150,37); }
H1.HeaderClassName
{
color: #C49625;
}
.AnyTagClassName
{
color: #C49625;
}
</style>
background-color css
<style>
a { background-color: #C49625; }
a { background-color: rgb(196,150,37); }
div.DivClassName
{
background-color: #C49625;
}
.BgClassName
{
background-color: #C49625;
}
</style>
border-color css
<style>
span { border-color: #C49625; }
span { border-color: rgb(196,150,37); }
td.TdClassName
{
border-color: #C49625;
}
.TagClassName
{
border-color: #C49625;
}
</style>