Shades of Nugget #C7901C
Tints of Nugget #C7901C
RGB
CMYK
RGB Variations
Color information
#C7901C (or 0xC7901C) is known color: Nugget. HEX triplet: C7, 90 and 1C. RGB value is (199,144,28). Sum of RGB (Red+Green+Blue) = 199+144+28=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7901C is #386FE3. Grayscale: #939393. Windows color (decimal): -3698660 or 1872071. OLE color: 1872071.
HSL color Cylindrical-coordinate representation of color #C7901C: hue angle of 40.7º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7901C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.22 |
| HSL | 40.7º | 0.75% | 0.45% | - |
| HSV(B) | 40.7º | 0.86% | 0.78% | - |
| XYZ | 33.74 | 32.17 | 5.53 | - |
| YUV | 147.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 28 | 0 | 0.28 | 0.86 | 0.22 | 40.7 | 0.75 | 0.45 |
| Hex | C7 | 90 | 1C | 0 | 1C | 56 | 16 | 29 | 4B | 2D |
| Octal | 307 | 220 | 34 | 0 | 34 | 126 | 26 | 51 | 113 | 55 |
| Binary | 11000111 | 10010000 | 11100 | 0 | 11100 | 1010110 | 10110 | 101001 | 1001011 | 101101 |
Color Harmonies of #C7901C
Complementary color
Monochromatic Colors of #C7901C
Black with #C7901C
Text Example
Text Example
White with #C7901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7901C; }
p { color: rgb(199,144,28); }
H1.HeaderClassName
{
color: #C7901C;
}
.AnyTagClassName
{
color: #C7901C;
}
</style>
background-color css
<style>
a { background-color: #C7901C; }
a { background-color: rgb(199,144,28); }
div.DivClassName
{
background-color: #C7901C;
}
.BgClassName
{
background-color: #C7901C;
}
</style>
border-color css
<style>
span { border-color: #C7901C; }
span { border-color: rgb(199,144,28); }
td.TdClassName
{
border-color: #C7901C;
}
.TagClassName
{
border-color: #C7901C;
}
</style>