Shades of Nugget #C79B2C
Tints of Nugget #C79B2C
RGB
CMYK
RGB Variations
Color information
#C79B2C (or 0xC79B2C) is known color: Nugget. HEX triplet: C7, 9B and 2C. RGB value is (199,155,44). Sum of RGB (Red+Green+Blue) = 199+155+44=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79B2C is #3864D3. Grayscale: #9B9B9B. Windows color (decimal): -3695828 or 2923463. OLE color: 2923463.
HSL color Cylindrical-coordinate representation of color #C79B2C: hue angle of 42.97º 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 #C79B2C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 44 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.22 |
| HSL | 42.97º | 0.64% | 0.48% | - |
| HSV(B) | 42.97º | 0.78% | 0.78% | - |
| XYZ | 35.73 | 35.77 | 7.4 | - |
| YUV | 155.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 44 | 0 | 0.22 | 0.78 | 0.22 | 42.97 | 0.64 | 0.48 |
| Hex | C7 | 9B | 2C | 0 | 16 | 4E | 16 | 2B | 40 | 30 |
| Octal | 307 | 233 | 54 | 0 | 26 | 116 | 26 | 53 | 100 | 60 |
| Binary | 11000111 | 10011011 | 101100 | 0 | 10110 | 1001110 | 10110 | 101011 | 1000000 | 110000 |
Color Harmonies of #C79B2C
Complementary color
Monochromatic Colors of #C79B2C
Black with #C79B2C
Text Example
Text Example
White with #C79B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79B2C; }
p { color: rgb(199,155,44); }
H1.HeaderClassName
{
color: #C79B2C;
}
.AnyTagClassName
{
color: #C79B2C;
}
</style>
background-color css
<style>
a { background-color: #C79B2C; }
a { background-color: rgb(199,155,44); }
div.DivClassName
{
background-color: #C79B2C;
}
.BgClassName
{
background-color: #C79B2C;
}
</style>
border-color css
<style>
span { border-color: #C79B2C; }
span { border-color: rgb(199,155,44); }
td.TdClassName
{
border-color: #C79B2C;
}
.TagClassName
{
border-color: #C79B2C;
}
</style>