Shades of Nugget #C7901F
Tints of Nugget #C7901F
RGB
CMYK
RGB Variations
Color information
#C7901F (or 0xC7901F) is known color: Nugget. HEX triplet: C7, 90 and 1F. RGB value is (199,144,31). Sum of RGB (Red+Green+Blue) = 199+144+31=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7901F is #386FE0. Grayscale: #949494. Windows color (decimal): -3698657 or 2068679. OLE color: 2068679.
HSL color Cylindrical-coordinate representation of color #C7901F: hue angle of 40.36º 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 #C7901F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 31 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.22 |
| HSL | 40.36º | 0.73% | 0.45% | - |
| HSV(B) | 40.36º | 0.84% | 0.78% | - |
| XYZ | 33.77 | 32.19 | 5.73 | - |
| YUV | 147.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 31 | 0 | 0.28 | 0.84 | 0.22 | 40.36 | 0.73 | 0.45 |
| Hex | C7 | 90 | 1F | 0 | 1C | 54 | 16 | 28 | 49 | 2D |
| Octal | 307 | 220 | 37 | 0 | 34 | 124 | 26 | 50 | 111 | 55 |
| Binary | 11000111 | 10010000 | 11111 | 0 | 11100 | 1010100 | 10110 | 101000 | 1001001 | 101101 |
Color Harmonies of #C7901F
Complementary color
Monochromatic Colors of #C7901F
Black with #C7901F
Text Example
Text Example
White with #C7901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7901F; }
p { color: rgb(199,144,31); }
H1.HeaderClassName
{
color: #C7901F;
}
.AnyTagClassName
{
color: #C7901F;
}
</style>
background-color css
<style>
a { background-color: #C7901F; }
a { background-color: rgb(199,144,31); }
div.DivClassName
{
background-color: #C7901F;
}
.BgClassName
{
background-color: #C7901F;
}
</style>
border-color css
<style>
span { border-color: #C7901F; }
span { border-color: rgb(199,144,31); }
td.TdClassName
{
border-color: #C7901F;
}
.TagClassName
{
border-color: #C7901F;
}
</style>