Shades of Nugget #C28E20
Tints of Nugget #C28E20
RGB
CMYK
RGB Variations
Color information
#C28E20 (or 0xC28E20) is known color: Nugget. HEX triplet: C2, 8E and 20. RGB value is (194,142,32). Sum of RGB (Red+Green+Blue) = 194+142+32=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E20 is #3D71DF. Grayscale: #919191. Windows color (decimal): -4026848 or 2133698. OLE color: 2133698.
HSL color Cylindrical-coordinate representation of color #C28E20: hue angle of 40.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28E20 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 32 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.24 |
| HSL | 40.74º | 0.72% | 0.44% | - |
| HSV(B) | 40.74º | 0.84% | 0.76% | - |
| XYZ | 32.18 | 30.92 | 5.64 | - |
| YUV | 145.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 32 | 0 | 0.27 | 0.84 | 0.24 | 40.74 | 0.72 | 0.44 |
| Hex | C2 | 8E | 20 | 0 | 1B | 54 | 18 | 29 | 48 | 2C |
| Octal | 302 | 216 | 40 | 0 | 33 | 124 | 30 | 51 | 110 | 54 |
| Binary | 11000010 | 10001110 | 100000 | 0 | 11011 | 1010100 | 11000 | 101001 | 1001000 | 101100 |
Color Harmonies of #C28E20
Complementary color
Monochromatic Colors of #C28E20
Black with #C28E20
Text Example
Text Example
White with #C28E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E20; }
p { color: rgb(194,142,32); }
H1.HeaderClassName
{
color: #C28E20;
}
.AnyTagClassName
{
color: #C28E20;
}
</style>
background-color css
<style>
a { background-color: #C28E20; }
a { background-color: rgb(194,142,32); }
div.DivClassName
{
background-color: #C28E20;
}
.BgClassName
{
background-color: #C28E20;
}
</style>
border-color css
<style>
span { border-color: #C28E20; }
span { border-color: rgb(194,142,32); }
td.TdClassName
{
border-color: #C28E20;
}
.TagClassName
{
border-color: #C28E20;
}
</style>