Shades of Nugget #C78E26
Tints of Nugget #C78E26
RGB
CMYK
RGB Variations
Color information
#C78E26 (or 0xC78E26) is known color: Nugget. HEX triplet: C7, 8E and 26. RGB value is (199,142,38). Sum of RGB (Red+Green+Blue) = 199+142+38=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E26 is #3871D9. Grayscale: #939393. Windows color (decimal): -3699162 or 2526919. OLE color: 2526919.
HSL color Cylindrical-coordinate representation of color #C78E26: hue angle of 38.76º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78E26 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 38 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.22 |
| HSL | 38.76º | 0.68% | 0.46% | - |
| HSV(B) | 38.76º | 0.81% | 0.78% | - |
| XYZ | 33.58 | 31.63 | 6.17 | - |
| YUV | 147.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 38 | 0 | 0.29 | 0.81 | 0.22 | 38.76 | 0.68 | 0.46 |
| Hex | C7 | 8E | 26 | 0 | 1D | 51 | 16 | 27 | 44 | 2E |
| Octal | 307 | 216 | 46 | 0 | 35 | 121 | 26 | 47 | 104 | 56 |
| Binary | 11000111 | 10001110 | 100110 | 0 | 11101 | 1010001 | 10110 | 100111 | 1000100 | 101110 |
Color Harmonies of #C78E26
Complementary color
Monochromatic Colors of #C78E26
Black with #C78E26
Text Example
Text Example
White with #C78E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E26; }
p { color: rgb(199,142,38); }
H1.HeaderClassName
{
color: #C78E26;
}
.AnyTagClassName
{
color: #C78E26;
}
</style>
background-color css
<style>
a { background-color: #C78E26; }
a { background-color: rgb(199,142,38); }
div.DivClassName
{
background-color: #C78E26;
}
.BgClassName
{
background-color: #C78E26;
}
</style>
border-color css
<style>
span { border-color: #C78E26; }
span { border-color: rgb(199,142,38); }
td.TdClassName
{
border-color: #C78E26;
}
.TagClassName
{
border-color: #C78E26;
}
</style>