Shades of Nugget #C79221
Tints of Nugget #C79221
RGB
CMYK
RGB Variations
Color information
#C79221 (or 0xC79221) is known color: Nugget. HEX triplet: C7, 92 and 21. RGB value is (199,146,33). Sum of RGB (Red+Green+Blue) = 199+146+33=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C79221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79221 is #386DDE. Grayscale: #959595. Windows color (decimal): -3698143 or 2200263. OLE color: 2200263.
HSL color Cylindrical-coordinate representation of color #C79221: hue angle of 40.84º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C79221 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 33 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.22 |
| HSL | 40.84º | 0.72% | 0.45% | - |
| HSV(B) | 40.84º | 0.83% | 0.78% | - |
| XYZ | 34.11 | 32.81 | 5.97 | - |
| YUV | 148.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 33 | 0 | 0.27 | 0.83 | 0.22 | 40.84 | 0.72 | 0.45 |
| Hex | C7 | 92 | 21 | 0 | 1B | 53 | 16 | 29 | 48 | 2D |
| Octal | 307 | 222 | 41 | 0 | 33 | 123 | 26 | 51 | 110 | 55 |
| Binary | 11000111 | 10010010 | 100001 | 0 | 11011 | 1010011 | 10110 | 101001 | 1001000 | 101101 |
Color Harmonies of #C79221
Complementary color
Monochromatic Colors of #C79221
Black with #C79221
Text Example
Text Example
White with #C79221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79221; }
p { color: rgb(199,146,33); }
H1.HeaderClassName
{
color: #C79221;
}
.AnyTagClassName
{
color: #C79221;
}
</style>
background-color css
<style>
a { background-color: #C79221; }
a { background-color: rgb(199,146,33); }
div.DivClassName
{
background-color: #C79221;
}
.BgClassName
{
background-color: #C79221;
}
</style>
border-color css
<style>
span { border-color: #C79221; }
span { border-color: rgb(199,146,33); }
td.TdClassName
{
border-color: #C79221;
}
.TagClassName
{
border-color: #C79221;
}
</style>