Shades of Nugget #C7962C
Tints of Nugget #C7962C
RGB
CMYK
RGB Variations
Color information
#C7962C (or 0xC7962C) is known color: Nugget. HEX triplet: C7, 96 and 2C. RGB value is (199,150,44). Sum of RGB (Red+Green+Blue) = 199+150+44=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7962C is #3869D3. Grayscale: #999999. Windows color (decimal): -3697108 or 2922183. OLE color: 2922183.
HSL color Cylindrical-coordinate representation of color #C7962C: hue angle of 41.03º 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 #C7962C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 44 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.22 |
| HSL | 41.03º | 0.64% | 0.48% | - |
| HSV(B) | 41.03º | 0.78% | 0.78% | - |
| XYZ | 34.91 | 34.14 | 7.13 | - |
| YUV | 152.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 44 | 0 | 0.25 | 0.78 | 0.22 | 41.03 | 0.64 | 0.48 |
| Hex | C7 | 96 | 2C | 0 | 19 | 4E | 16 | 29 | 40 | 30 |
| Octal | 307 | 226 | 54 | 0 | 31 | 116 | 26 | 51 | 100 | 60 |
| Binary | 11000111 | 10010110 | 101100 | 0 | 11001 | 1001110 | 10110 | 101001 | 1000000 | 110000 |
Color Harmonies of #C7962C
Complementary color
Monochromatic Colors of #C7962C
Black with #C7962C
Text Example
Text Example
White with #C7962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7962C; }
p { color: rgb(199,150,44); }
H1.HeaderClassName
{
color: #C7962C;
}
.AnyTagClassName
{
color: #C7962C;
}
</style>
background-color css
<style>
a { background-color: #C7962C; }
a { background-color: rgb(199,150,44); }
div.DivClassName
{
background-color: #C7962C;
}
.BgClassName
{
background-color: #C7962C;
}
</style>
border-color css
<style>
span { border-color: #C7962C; }
span { border-color: rgb(199,150,44); }
td.TdClassName
{
border-color: #C7962C;
}
.TagClassName
{
border-color: #C7962C;
}
</style>