Shades of Nugget #C79F2B
Tints of Nugget #C79F2B
RGB
CMYK
RGB Variations
Color information
#C79F2B (or 0xC79F2B) is known color: Nugget. HEX triplet: C7, 9F and 2B. RGB value is (199,159,43). Sum of RGB (Red+Green+Blue) = 199+159+43=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79F2B is #3860D4. Grayscale: #9E9E9E. Windows color (decimal): -3694805 or 2858951. OLE color: 2858951.
HSL color Cylindrical-coordinate representation of color #C79F2B: hue angle of 44.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C79F2B is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 43 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.22 |
| HSL | 44.62º | 0.64% | 0.47% | - |
| HSV(B) | 44.62º | 0.78% | 0.78% | - |
| XYZ | 36.39 | 37.11 | 7.53 | - |
| YUV | 157.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 43 | 0 | 0.20 | 0.78 | 0.22 | 44.62 | 0.64 | 0.47 |
| Hex | C7 | 9F | 2B | 0 | 14 | 4E | 16 | 2D | 40 | 2F |
| Octal | 307 | 237 | 53 | 0 | 24 | 116 | 26 | 55 | 100 | 57 |
| Binary | 11000111 | 10011111 | 101011 | 0 | 10100 | 1001110 | 10110 | 101101 | 1000000 | 101111 |
Color Harmonies of #C79F2B
Complementary color
Monochromatic Colors of #C79F2B
Black with #C79F2B
Text Example
Text Example
White with #C79F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F2B; }
p { color: rgb(199,159,43); }
H1.HeaderClassName
{
color: #C79F2B;
}
.AnyTagClassName
{
color: #C79F2B;
}
</style>
background-color css
<style>
a { background-color: #C79F2B; }
a { background-color: rgb(199,159,43); }
div.DivClassName
{
background-color: #C79F2B;
}
.BgClassName
{
background-color: #C79F2B;
}
</style>
border-color css
<style>
span { border-color: #C79F2B; }
span { border-color: rgb(199,159,43); }
td.TdClassName
{
border-color: #C79F2B;
}
.TagClassName
{
border-color: #C79F2B;
}
</style>