Shades of Nugget #C28C20
Tints of Nugget #C28C20
RGB
CMYK
RGB Variations
Color information
#C28C20 (or 0xC28C20) is known color: Nugget. HEX triplet: C2, 8C and 20. RGB value is (194,140,32). Sum of RGB (Red+Green+Blue) = 194+140+32=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C20 is #3D73DF. Grayscale: #909090. Windows color (decimal): -4027360 or 2133186. OLE color: 2133186.
HSL color Cylindrical-coordinate representation of color #C28C20: hue angle of 40º 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 #C28C20 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 32 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.24 |
| HSL | 40º | 0.72% | 0.44% | - |
| HSV(B) | 40º | 0.84% | 0.76% | - |
| XYZ | 31.89 | 30.33 | 5.54 | - |
| YUV | 143.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 32 | 0 | 0.28 | 0.84 | 0.24 | 40 | 0.72 | 0.44 |
| Hex | C2 | 8C | 20 | 0 | 1C | 54 | 18 | 28 | 48 | 2C |
| Octal | 302 | 214 | 40 | 0 | 34 | 124 | 30 | 50 | 110 | 54 |
| Binary | 11000010 | 10001100 | 100000 | 0 | 11100 | 1010100 | 11000 | 101000 | 1001000 | 101100 |
Color Harmonies of #C28C20
Complementary color
Monochromatic Colors of #C28C20
Black with #C28C20
Text Example
Text Example
White with #C28C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C20; }
p { color: rgb(194,140,32); }
H1.HeaderClassName
{
color: #C28C20;
}
.AnyTagClassName
{
color: #C28C20;
}
</style>
background-color css
<style>
a { background-color: #C28C20; }
a { background-color: rgb(194,140,32); }
div.DivClassName
{
background-color: #C28C20;
}
.BgClassName
{
background-color: #C28C20;
}
</style>
border-color css
<style>
span { border-color: #C28C20; }
span { border-color: rgb(194,140,32); }
td.TdClassName
{
border-color: #C28C20;
}
.TagClassName
{
border-color: #C28C20;
}
</style>