Shades of Nugget #C79C2C
Tints of Nugget #C79C2C
RGB
CMYK
RGB Variations
Color information
#C79C2C (or 0xC79C2C) is known color: Nugget. HEX triplet: C7, 9C and 2C. RGB value is (199,156,44). Sum of RGB (Red+Green+Blue) = 199+156+44=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C2C is #3863D3. Grayscale: #9C9C9C. Windows color (decimal): -3695572 or 2923719. OLE color: 2923719.
HSL color Cylindrical-coordinate representation of color #C79C2C: hue angle of 43.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C79C2C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 44 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.22 |
| HSL | 43.35º | 0.64% | 0.48% | - |
| HSV(B) | 43.35º | 0.78% | 0.78% | - |
| XYZ | 35.9 | 36.1 | 7.46 | - |
| YUV | 156.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 44 | 0 | 0.22 | 0.78 | 0.22 | 43.35 | 0.64 | 0.48 |
| Hex | C7 | 9C | 2C | 0 | 16 | 4E | 16 | 2B | 40 | 30 |
| Octal | 307 | 234 | 54 | 0 | 26 | 116 | 26 | 53 | 100 | 60 |
| Binary | 11000111 | 10011100 | 101100 | 0 | 10110 | 1001110 | 10110 | 101011 | 1000000 | 110000 |
Color Harmonies of #C79C2C
Complementary color
Monochromatic Colors of #C79C2C
Black with #C79C2C
Text Example
Text Example
White with #C79C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C2C; }
p { color: rgb(199,156,44); }
H1.HeaderClassName
{
color: #C79C2C;
}
.AnyTagClassName
{
color: #C79C2C;
}
</style>
background-color css
<style>
a { background-color: #C79C2C; }
a { background-color: rgb(199,156,44); }
div.DivClassName
{
background-color: #C79C2C;
}
.BgClassName
{
background-color: #C79C2C;
}
</style>
border-color css
<style>
span { border-color: #C79C2C; }
span { border-color: rgb(199,156,44); }
td.TdClassName
{
border-color: #C79C2C;
}
.TagClassName
{
border-color: #C79C2C;
}
</style>