Shades of Nugget #C7962B
Tints of Nugget #C7962B
RGB
CMYK
RGB Variations
Color information
#C7962B (or 0xC7962B) is known color: Nugget. HEX triplet: C7, 96 and 2B. RGB value is (199,150,43). Sum of RGB (Red+Green+Blue) = 199+150+43=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7962B is #3869D4. Grayscale: #989898. Windows color (decimal): -3697109 or 2856647. OLE color: 2856647.
HSL color Cylindrical-coordinate representation of color #C7962B: hue angle of 41.15º 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 #C7962B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 43 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.22 |
| HSL | 41.15º | 0.64% | 0.47% | - |
| HSV(B) | 41.15º | 0.78% | 0.78% | - |
| XYZ | 34.9 | 34.13 | 7.03 | - |
| YUV | 152.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 43 | 0 | 0.25 | 0.78 | 0.22 | 41.15 | 0.64 | 0.47 |
| Hex | C7 | 96 | 2B | 0 | 19 | 4E | 16 | 29 | 40 | 2F |
| Octal | 307 | 226 | 53 | 0 | 31 | 116 | 26 | 51 | 100 | 57 |
| Binary | 11000111 | 10010110 | 101011 | 0 | 11001 | 1001110 | 10110 | 101001 | 1000000 | 101111 |
Color Harmonies of #C7962B
Complementary color
Monochromatic Colors of #C7962B
Black with #C7962B
Text Example
Text Example
White with #C7962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7962B; }
p { color: rgb(199,150,43); }
H1.HeaderClassName
{
color: #C7962B;
}
.AnyTagClassName
{
color: #C7962B;
}
</style>
background-color css
<style>
a { background-color: #C7962B; }
a { background-color: rgb(199,150,43); }
div.DivClassName
{
background-color: #C7962B;
}
.BgClassName
{
background-color: #C7962B;
}
</style>
border-color css
<style>
span { border-color: #C7962B; }
span { border-color: rgb(199,150,43); }
td.TdClassName
{
border-color: #C7962B;
}
.TagClassName
{
border-color: #C7962B;
}
</style>