Shades of Nugget #C7911E
Tints of Nugget #C7911E
RGB
CMYK
RGB Variations
Color information
#C7911E (or 0xC7911E) is known color: Nugget. HEX triplet: C7, 91 and 1E. RGB value is (199,145,30). Sum of RGB (Red+Green+Blue) = 199+145+30=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7911E is #386EE1. Grayscale: #949494. Windows color (decimal): -3698402 or 2003399. OLE color: 2003399.
HSL color Cylindrical-coordinate representation of color #C7911E: hue angle of 40.83º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7911E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 30 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.22 |
| HSL | 40.83º | 0.74% | 0.45% | - |
| HSV(B) | 40.83º | 0.85% | 0.78% | - |
| XYZ | 33.91 | 32.49 | 5.71 | - |
| YUV | 148.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 30 | 0 | 0.27 | 0.85 | 0.22 | 40.83 | 0.74 | 0.45 |
| Hex | C7 | 91 | 1E | 0 | 1B | 55 | 16 | 29 | 4A | 2D |
| Octal | 307 | 221 | 36 | 0 | 33 | 125 | 26 | 51 | 112 | 55 |
| Binary | 11000111 | 10010001 | 11110 | 0 | 11011 | 1010101 | 10110 | 101001 | 1001010 | 101101 |
Color Harmonies of #C7911E
Complementary color
Monochromatic Colors of #C7911E
Black with #C7911E
Text Example
Text Example
White with #C7911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7911E; }
p { color: rgb(199,145,30); }
H1.HeaderClassName
{
color: #C7911E;
}
.AnyTagClassName
{
color: #C7911E;
}
</style>
background-color css
<style>
a { background-color: #C7911E; }
a { background-color: rgb(199,145,30); }
div.DivClassName
{
background-color: #C7911E;
}
.BgClassName
{
background-color: #C7911E;
}
</style>
border-color css
<style>
span { border-color: #C7911E; }
span { border-color: rgb(199,145,30); }
td.TdClassName
{
border-color: #C7911E;
}
.TagClassName
{
border-color: #C7911E;
}
</style>