Shades of Nugget #C7A12E
Tints of Nugget #C7A12E
RGB
CMYK
RGB Variations
Color information
#C7A12E (or 0xC7A12E) is known color: Nugget. HEX triplet: C7, A1 and 2E. RGB value is (199,161,46). Sum of RGB (Red+Green+Blue) = 199+161+46=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A12E is #385ED1. Grayscale: #9F9F9F. Windows color (decimal): -3694290 or 3056071. OLE color: 3056071.
HSL color Cylindrical-coordinate representation of color #C7A12E: hue angle of 45.1º degrees, saturation: 0.62, 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 #C7A12E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 46 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.22 |
| HSL | 45.1º | 0.62% | 0.48% | - |
| HSV(B) | 45.1º | 0.77% | 0.78% | - |
| XYZ | 36.79 | 37.83 | 7.95 | - |
| YUV | 159.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 46 | 0 | 0.19 | 0.77 | 0.22 | 45.1 | 0.62 | 0.48 |
| Hex | C7 | A1 | 2E | 0 | 13 | 4D | 16 | 2D | 3E | 30 |
| Octal | 307 | 241 | 56 | 0 | 23 | 115 | 26 | 55 | 76 | 60 |
| Binary | 11000111 | 10100001 | 101110 | 0 | 10011 | 1001101 | 10110 | 101101 | 111110 | 110000 |
Color Harmonies of #C7A12E
Complementary color
Monochromatic Colors of #C7A12E
Black with #C7A12E
Text Example
Text Example
White with #C7A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A12E; }
p { color: rgb(199,161,46); }
H1.HeaderClassName
{
color: #C7A12E;
}
.AnyTagClassName
{
color: #C7A12E;
}
</style>
background-color css
<style>
a { background-color: #C7A12E; }
a { background-color: rgb(199,161,46); }
div.DivClassName
{
background-color: #C7A12E;
}
.BgClassName
{
background-color: #C7A12E;
}
</style>
border-color css
<style>
span { border-color: #C7A12E; }
span { border-color: rgb(199,161,46); }
td.TdClassName
{
border-color: #C7A12E;
}
.TagClassName
{
border-color: #C7A12E;
}
</style>