Shades of Nugget #C78D19
Tints of Nugget #C78D19
RGB
CMYK
RGB Variations
Color information
#C78D19 (or 0xC78D19) is known color: Nugget. HEX triplet: C7, 8D and 19. RGB value is (199,141,25). Sum of RGB (Red+Green+Blue) = 199+141+25=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D19 is #3872E6. Grayscale: #919191. Windows color (decimal): -3699431 or 1674695. OLE color: 1674695.
HSL color Cylindrical-coordinate representation of color #C78D19: hue angle of 40º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C78D19 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 25 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.22 |
| HSL | 40º | 0.78% | 0.44% | - |
| HSV(B) | 40º | 0.87% | 0.78% | - |
| XYZ | 33.25 | 31.26 | 5.2 | - |
| YUV | 145.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 25 | 0 | 0.29 | 0.87 | 0.22 | 40 | 0.78 | 0.44 |
| Hex | C7 | 8D | 19 | 0 | 1D | 57 | 16 | 28 | 4E | 2C |
| Octal | 307 | 215 | 31 | 0 | 35 | 127 | 26 | 50 | 116 | 54 |
| Binary | 11000111 | 10001101 | 11001 | 0 | 11101 | 1010111 | 10110 | 101000 | 1001110 | 101100 |
Color Harmonies of #C78D19
Complementary color
Monochromatic Colors of #C78D19
Black with #C78D19
Text Example
Text Example
White with #C78D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D19; }
p { color: rgb(199,141,25); }
H1.HeaderClassName
{
color: #C78D19;
}
.AnyTagClassName
{
color: #C78D19;
}
</style>
background-color css
<style>
a { background-color: #C78D19; }
a { background-color: rgb(199,141,25); }
div.DivClassName
{
background-color: #C78D19;
}
.BgClassName
{
background-color: #C78D19;
}
</style>
border-color css
<style>
span { border-color: #C78D19; }
span { border-color: rgb(199,141,25); }
td.TdClassName
{
border-color: #C78D19;
}
.TagClassName
{
border-color: #C78D19;
}
</style>