Shades of Nugget #C7922C
Tints of Nugget #C7922C
RGB
CMYK
RGB Variations
Color information
#C7922C (or 0xC7922C) is known color: Nugget. HEX triplet: C7, 92 and 2C. RGB value is (199,146,44). Sum of RGB (Red+Green+Blue) = 199+146+44=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7922C is #386DD3. Grayscale: #969696. Windows color (decimal): -3698132 or 2921159. OLE color: 2921159.
HSL color Cylindrical-coordinate representation of color #C7922C: hue angle of 39.48º 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 #C7922C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 44 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.22 |
| HSL | 39.48º | 0.64% | 0.48% | - |
| HSV(B) | 39.48º | 0.78% | 0.78% | - |
| XYZ | 34.29 | 32.88 | 6.92 | - |
| YUV | 150.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 44 | 0 | 0.27 | 0.78 | 0.22 | 39.48 | 0.64 | 0.48 |
| Hex | C7 | 92 | 2C | 0 | 1B | 4E | 16 | 27 | 40 | 30 |
| Octal | 307 | 222 | 54 | 0 | 33 | 116 | 26 | 47 | 100 | 60 |
| Binary | 11000111 | 10010010 | 101100 | 0 | 11011 | 1001110 | 10110 | 100111 | 1000000 | 110000 |
Color Harmonies of #C7922C
Complementary color
Monochromatic Colors of #C7922C
Black with #C7922C
Text Example
Text Example
White with #C7922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7922C; }
p { color: rgb(199,146,44); }
H1.HeaderClassName
{
color: #C7922C;
}
.AnyTagClassName
{
color: #C7922C;
}
</style>
background-color css
<style>
a { background-color: #C7922C; }
a { background-color: rgb(199,146,44); }
div.DivClassName
{
background-color: #C7922C;
}
.BgClassName
{
background-color: #C7922C;
}
</style>
border-color css
<style>
span { border-color: #C7922C; }
span { border-color: rgb(199,146,44); }
td.TdClassName
{
border-color: #C7922C;
}
.TagClassName
{
border-color: #C7922C;
}
</style>