Shades of Nugget #C79A2C
Tints of Nugget #C79A2C
RGB
CMYK
RGB Variations
Color information
#C79A2C (or 0xC79A2C) is known color: Nugget. HEX triplet: C7, 9A and 2C. RGB value is (199,154,44). Sum of RGB (Red+Green+Blue) = 199+154+44=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79A2C is #3865D3. Grayscale: #9B9B9B. Windows color (decimal): -3696084 or 2923207. OLE color: 2923207.
HSL color Cylindrical-coordinate representation of color #C79A2C: hue angle of 42.58º 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 #C79A2C is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 44 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.22 |
| HSL | 42.58º | 0.64% | 0.48% | - |
| HSV(B) | 42.58º | 0.78% | 0.78% | - |
| XYZ | 35.56 | 35.44 | 7.35 | - |
| YUV | 154.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 44 | 0 | 0.23 | 0.78 | 0.22 | 42.58 | 0.64 | 0.48 |
| Hex | C7 | 9A | 2C | 0 | 17 | 4E | 16 | 2B | 40 | 30 |
| Octal | 307 | 232 | 54 | 0 | 27 | 116 | 26 | 53 | 100 | 60 |
| Binary | 11000111 | 10011010 | 101100 | 0 | 10111 | 1001110 | 10110 | 101011 | 1000000 | 110000 |
Color Harmonies of #C79A2C
Complementary color
Monochromatic Colors of #C79A2C
Black with #C79A2C
Text Example
Text Example
White with #C79A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A2C; }
p { color: rgb(199,154,44); }
H1.HeaderClassName
{
color: #C79A2C;
}
.AnyTagClassName
{
color: #C79A2C;
}
</style>
background-color css
<style>
a { background-color: #C79A2C; }
a { background-color: rgb(199,154,44); }
div.DivClassName
{
background-color: #C79A2C;
}
.BgClassName
{
background-color: #C79A2C;
}
</style>
border-color css
<style>
span { border-color: #C79A2C; }
span { border-color: rgb(199,154,44); }
td.TdClassName
{
border-color: #C79A2C;
}
.TagClassName
{
border-color: #C79A2C;
}
</style>