Shades of Nugget #C79128
Tints of Nugget #C79128
RGB
CMYK
RGB Variations
Color information
#C79128 (or 0xC79128) is known color: Nugget. HEX triplet: C7, 91 and 28. RGB value is (199,145,40). Sum of RGB (Red+Green+Blue) = 199+145+40=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79128 is #386ED7. Grayscale: #959595. Windows color (decimal): -3698392 or 2658759. OLE color: 2658759.
HSL color Cylindrical-coordinate representation of color #C79128: hue angle of 39.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C79128 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 40 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.22 |
| HSL | 39.62º | 0.67% | 0.47% | - |
| HSV(B) | 39.62º | 0.8% | 0.78% | - |
| XYZ | 34.06 | 32.55 | 6.49 | - |
| YUV | 149.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 40 | 0 | 0.27 | 0.80 | 0.22 | 39.62 | 0.67 | 0.47 |
| Hex | C7 | 91 | 28 | 0 | 1B | 50 | 16 | 28 | 43 | 2F |
| Octal | 307 | 221 | 50 | 0 | 33 | 120 | 26 | 50 | 103 | 57 |
| Binary | 11000111 | 10010001 | 101000 | 0 | 11011 | 1010000 | 10110 | 101000 | 1000011 | 101111 |
Color Harmonies of #C79128
Complementary color
Monochromatic Colors of #C79128
Black with #C79128
Text Example
Text Example
White with #C79128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79128; }
p { color: rgb(199,145,40); }
H1.HeaderClassName
{
color: #C79128;
}
.AnyTagClassName
{
color: #C79128;
}
</style>
background-color css
<style>
a { background-color: #C79128; }
a { background-color: rgb(199,145,40); }
div.DivClassName
{
background-color: #C79128;
}
.BgClassName
{
background-color: #C79128;
}
</style>
border-color css
<style>
span { border-color: #C79128; }
span { border-color: rgb(199,145,40); }
td.TdClassName
{
border-color: #C79128;
}
.TagClassName
{
border-color: #C79128;
}
</style>