Shades of Nugget #C7951F
Tints of Nugget #C7951F
RGB
CMYK
RGB Variations
Color information
#C7951F (or 0xC7951F) is known color: Nugget. HEX triplet: C7, 95 and 1F. RGB value is (199,149,31). Sum of RGB (Red+Green+Blue) = 199+149+31=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7951F is #386AE0. Grayscale: #979797. Windows color (decimal): -3697377 or 2069959. OLE color: 2069959.
HSL color Cylindrical-coordinate representation of color #C7951F: hue angle of 42.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7951F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 31 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.22 |
| HSL | 42.14º | 0.73% | 0.45% | - |
| HSV(B) | 42.14º | 0.84% | 0.78% | - |
| XYZ | 34.55 | 33.74 | 5.99 | - |
| YUV | 150.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 31 | 0 | 0.25 | 0.84 | 0.22 | 42.14 | 0.73 | 0.45 |
| Hex | C7 | 95 | 1F | 0 | 19 | 54 | 16 | 2A | 49 | 2D |
| Octal | 307 | 225 | 37 | 0 | 31 | 124 | 26 | 52 | 111 | 55 |
| Binary | 11000111 | 10010101 | 11111 | 0 | 11001 | 1010100 | 10110 | 101010 | 1001001 | 101101 |
Color Harmonies of #C7951F
Complementary color
Monochromatic Colors of #C7951F
Black with #C7951F
Text Example
Text Example
White with #C7951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7951F; }
p { color: rgb(199,149,31); }
H1.HeaderClassName
{
color: #C7951F;
}
.AnyTagClassName
{
color: #C7951F;
}
</style>
background-color css
<style>
a { background-color: #C7951F; }
a { background-color: rgb(199,149,31); }
div.DivClassName
{
background-color: #C7951F;
}
.BgClassName
{
background-color: #C7951F;
}
</style>
border-color css
<style>
span { border-color: #C7951F; }
span { border-color: rgb(199,149,31); }
td.TdClassName
{
border-color: #C7951F;
}
.TagClassName
{
border-color: #C7951F;
}
</style>