Shades of Nugget #C78E21
Tints of Nugget #C78E21
RGB
CMYK
RGB Variations
Color information
#C78E21 (or 0xC78E21) is known color: Nugget. HEX triplet: C7, 8E and 21. RGB value is (199,142,33). Sum of RGB (Red+Green+Blue) = 199+142+33=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E21 is #3871DE. Grayscale: #939393. Windows color (decimal): -3699167 or 2199239. OLE color: 2199239.
HSL color Cylindrical-coordinate representation of color #C78E21: hue angle of 39.4º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C78E21 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 33 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.22 |
| HSL | 39.4º | 0.72% | 0.45% | - |
| HSV(B) | 39.4º | 0.83% | 0.78% | - |
| XYZ | 33.5 | 31.6 | 5.77 | - |
| YUV | 146.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 33 | 0 | 0.29 | 0.83 | 0.22 | 39.4 | 0.72 | 0.45 |
| Hex | C7 | 8E | 21 | 0 | 1D | 53 | 16 | 27 | 48 | 2D |
| Octal | 307 | 216 | 41 | 0 | 35 | 123 | 26 | 47 | 110 | 55 |
| Binary | 11000111 | 10001110 | 100001 | 0 | 11101 | 1010011 | 10110 | 100111 | 1001000 | 101101 |
Color Harmonies of #C78E21
Complementary color
Monochromatic Colors of #C78E21
Black with #C78E21
Text Example
Text Example
White with #C78E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E21; }
p { color: rgb(199,142,33); }
H1.HeaderClassName
{
color: #C78E21;
}
.AnyTagClassName
{
color: #C78E21;
}
</style>
background-color css
<style>
a { background-color: #C78E21; }
a { background-color: rgb(199,142,33); }
div.DivClassName
{
background-color: #C78E21;
}
.BgClassName
{
background-color: #C78E21;
}
</style>
border-color css
<style>
span { border-color: #C78E21; }
span { border-color: rgb(199,142,33); }
td.TdClassName
{
border-color: #C78E21;
}
.TagClassName
{
border-color: #C78E21;
}
</style>