Shades of Nugget #C7962D
Tints of Nugget #C7962D
RGB
CMYK
RGB Variations
Color information
#C7962D (or 0xC7962D) is known color: Nugget. HEX triplet: C7, 96 and 2D. RGB value is (199,150,45). Sum of RGB (Red+Green+Blue) = 199+150+45=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7962D is #3869D2. Grayscale: #999999. Windows color (decimal): -3697107 or 2987719. OLE color: 2987719.
HSL color Cylindrical-coordinate representation of color #C7962D: hue angle of 40.91º degrees, saturation: 0.63, 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 #C7962D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 45 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.22 |
| HSL | 40.91º | 0.63% | 0.48% | - |
| HSV(B) | 40.91º | 0.77% | 0.78% | - |
| XYZ | 34.93 | 34.14 | 7.23 | - |
| YUV | 152.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 45 | 0 | 0.25 | 0.77 | 0.22 | 40.91 | 0.63 | 0.48 |
| Hex | C7 | 96 | 2D | 0 | 19 | 4D | 16 | 29 | 3F | 30 |
| Octal | 307 | 226 | 55 | 0 | 31 | 115 | 26 | 51 | 77 | 60 |
| Binary | 11000111 | 10010110 | 101101 | 0 | 11001 | 1001101 | 10110 | 101001 | 111111 | 110000 |
Color Harmonies of #C7962D
Complementary color
Monochromatic Colors of #C7962D
Black with #C7962D
Text Example
Text Example
White with #C7962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7962D; }
p { color: rgb(199,150,45); }
H1.HeaderClassName
{
color: #C7962D;
}
.AnyTagClassName
{
color: #C7962D;
}
</style>
background-color css
<style>
a { background-color: #C7962D; }
a { background-color: rgb(199,150,45); }
div.DivClassName
{
background-color: #C7962D;
}
.BgClassName
{
background-color: #C7962D;
}
</style>
border-color css
<style>
span { border-color: #C7962D; }
span { border-color: rgb(199,150,45); }
td.TdClassName
{
border-color: #C7962D;
}
.TagClassName
{
border-color: #C7962D;
}
</style>