Shades of Nugget #C7932E
Tints of Nugget #C7932E
RGB
CMYK
RGB Variations
Color information
#C7932E (or 0xC7932E) is known color: Nugget. HEX triplet: C7, 93 and 2E. RGB value is (199,147,46). Sum of RGB (Red+Green+Blue) = 199+147+46=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7932E is #386CD1. Grayscale: #979797. Windows color (decimal): -3697874 or 3052487. OLE color: 3052487.
HSL color Cylindrical-coordinate representation of color #C7932E: hue angle of 39.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7932E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 46 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.22 |
| HSL | 39.61º | 0.62% | 0.48% | - |
| HSV(B) | 39.61º | 0.77% | 0.78% | - |
| XYZ | 34.48 | 33.21 | 7.18 | - |
| YUV | 151.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 46 | 0 | 0.26 | 0.77 | 0.22 | 39.61 | 0.62 | 0.48 |
| Hex | C7 | 93 | 2E | 0 | 1A | 4D | 16 | 28 | 3E | 30 |
| Octal | 307 | 223 | 56 | 0 | 32 | 115 | 26 | 50 | 76 | 60 |
| Binary | 11000111 | 10010011 | 101110 | 0 | 11010 | 1001101 | 10110 | 101000 | 111110 | 110000 |
Color Harmonies of #C7932E
Complementary color
Monochromatic Colors of #C7932E
Black with #C7932E
Text Example
Text Example
White with #C7932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7932E; }
p { color: rgb(199,147,46); }
H1.HeaderClassName
{
color: #C7932E;
}
.AnyTagClassName
{
color: #C7932E;
}
</style>
background-color css
<style>
a { background-color: #C7932E; }
a { background-color: rgb(199,147,46); }
div.DivClassName
{
background-color: #C7932E;
}
.BgClassName
{
background-color: #C7932E;
}
</style>
border-color css
<style>
span { border-color: #C7932E; }
span { border-color: rgb(199,147,46); }
td.TdClassName
{
border-color: #C7932E;
}
.TagClassName
{
border-color: #C7932E;
}
</style>