Shades of Nugget #C79623
Tints of Nugget #C79623
RGB
CMYK
RGB Variations
Color information
#C79623 (or 0xC79623) is known color: Nugget. HEX triplet: C7, 96 and 23. RGB value is (199,150,35). Sum of RGB (Red+Green+Blue) = 199+150+35=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79623 is #3869DC. Grayscale: #989898. Windows color (decimal): -3697117 or 2332359. OLE color: 2332359.
HSL color Cylindrical-coordinate representation of color #C79623: hue angle of 42.07º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C79623 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 35 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.22 |
| HSL | 42.07º | 0.7% | 0.46% | - |
| HSV(B) | 42.07º | 0.82% | 0.78% | - |
| XYZ | 34.76 | 34.08 | 6.34 | - |
| YUV | 151.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 35 | 0 | 0.25 | 0.82 | 0.22 | 42.07 | 0.7 | 0.46 |
| Hex | C7 | 96 | 23 | 0 | 19 | 52 | 16 | 2A | 46 | 2E |
| Octal | 307 | 226 | 43 | 0 | 31 | 122 | 26 | 52 | 106 | 56 |
| Binary | 11000111 | 10010110 | 100011 | 0 | 11001 | 1010010 | 10110 | 101010 | 1000110 | 101110 |
Color Harmonies of #C79623
Complementary color
Monochromatic Colors of #C79623
Black with #C79623
Text Example
Text Example
White with #C79623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79623; }
p { color: rgb(199,150,35); }
H1.HeaderClassName
{
color: #C79623;
}
.AnyTagClassName
{
color: #C79623;
}
</style>
background-color css
<style>
a { background-color: #C79623; }
a { background-color: rgb(199,150,35); }
div.DivClassName
{
background-color: #C79623;
}
.BgClassName
{
background-color: #C79623;
}
</style>
border-color css
<style>
span { border-color: #C79623; }
span { border-color: rgb(199,150,35); }
td.TdClassName
{
border-color: #C79623;
}
.TagClassName
{
border-color: #C79623;
}
</style>