Shades of Nugget #C78C23
Tints of Nugget #C78C23
RGB
CMYK
RGB Variations
Color information
#C78C23 (or 0xC78C23) is known color: Nugget. HEX triplet: C7, 8C and 23. RGB value is (199,140,35). Sum of RGB (Red+Green+Blue) = 199+140+35=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C23 is #3873DC. Grayscale: #929292. Windows color (decimal): -3699677 or 2329799. OLE color: 2329799.
HSL color Cylindrical-coordinate representation of color #C78C23: hue angle of 38.41º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78C23 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 35 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.22 |
| HSL | 38.41º | 0.7% | 0.46% | - |
| HSV(B) | 38.41º | 0.82% | 0.78% | - |
| XYZ | 33.23 | 31.02 | 5.83 | - |
| YUV | 145.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 35 | 0 | 0.30 | 0.82 | 0.22 | 38.41 | 0.7 | 0.46 |
| Hex | C7 | 8C | 23 | 0 | 1E | 52 | 16 | 26 | 46 | 2E |
| Octal | 307 | 214 | 43 | 0 | 36 | 122 | 26 | 46 | 106 | 56 |
| Binary | 11000111 | 10001100 | 100011 | 0 | 11110 | 1010010 | 10110 | 100110 | 1000110 | 101110 |
Color Harmonies of #C78C23
Complementary color
Monochromatic Colors of #C78C23
Black with #C78C23
Text Example
Text Example
White with #C78C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C23; }
p { color: rgb(199,140,35); }
H1.HeaderClassName
{
color: #C78C23;
}
.AnyTagClassName
{
color: #C78C23;
}
</style>
background-color css
<style>
a { background-color: #C78C23; }
a { background-color: rgb(199,140,35); }
div.DivClassName
{
background-color: #C78C23;
}
.BgClassName
{
background-color: #C78C23;
}
</style>
border-color css
<style>
span { border-color: #C78C23; }
span { border-color: rgb(199,140,35); }
td.TdClassName
{
border-color: #C78C23;
}
.TagClassName
{
border-color: #C78C23;
}
</style>