Shades of Nugget #C7982B
Tints of Nugget #C7982B
RGB
CMYK
RGB Variations
Color information
#C7982B (or 0xC7982B) is known color: Nugget. HEX triplet: C7, 98 and 2B. RGB value is (199,152,43). Sum of RGB (Red+Green+Blue) = 199+152+43=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7982B is #3867D4. Grayscale: #9A9A9A. Windows color (decimal): -3696597 or 2857159. OLE color: 2857159.
HSL color Cylindrical-coordinate representation of color #C7982B: hue angle of 41.92º 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 #C7982B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 43 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.22 |
| HSL | 41.92º | 0.64% | 0.47% | - |
| HSV(B) | 41.92º | 0.78% | 0.78% | - |
| XYZ | 35.22 | 34.77 | 7.14 | - |
| YUV | 153.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 43 | 0 | 0.24 | 0.78 | 0.22 | 41.92 | 0.64 | 0.47 |
| Hex | C7 | 98 | 2B | 0 | 18 | 4E | 16 | 2A | 40 | 2F |
| Octal | 307 | 230 | 53 | 0 | 30 | 116 | 26 | 52 | 100 | 57 |
| Binary | 11000111 | 10011000 | 101011 | 0 | 11000 | 1001110 | 10110 | 101010 | 1000000 | 101111 |
Color Harmonies of #C7982B
Complementary color
Monochromatic Colors of #C7982B
Black with #C7982B
Text Example
Text Example
White with #C7982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7982B; }
p { color: rgb(199,152,43); }
H1.HeaderClassName
{
color: #C7982B;
}
.AnyTagClassName
{
color: #C7982B;
}
</style>
background-color css
<style>
a { background-color: #C7982B; }
a { background-color: rgb(199,152,43); }
div.DivClassName
{
background-color: #C7982B;
}
.BgClassName
{
background-color: #C7982B;
}
</style>
border-color css
<style>
span { border-color: #C7982B; }
span { border-color: rgb(199,152,43); }
td.TdClassName
{
border-color: #C7982B;
}
.TagClassName
{
border-color: #C7982B;
}
</style>