Shades of Nugget #C29520
Tints of Nugget #C29520
RGB
CMYK
RGB Variations
Color information
#C29520 (or 0xC29520) is known color: Nugget. HEX triplet: C2, 95 and 20. RGB value is (194,149,32). Sum of RGB (Red+Green+Blue) = 194+149+32=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29520 is #3D6ADF. Grayscale: #959595. Windows color (decimal): -4025056 or 2135490. OLE color: 2135490.
HSL color Cylindrical-coordinate representation of color #C29520: hue angle of 43.33º 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 #C29520 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 32 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.24 |
| HSL | 43.33º | 0.72% | 0.44% | - |
| HSV(B) | 43.33º | 0.84% | 0.76% | - |
| XYZ | 33.26 | 33.07 | 6 | - |
| YUV | 149.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 32 | 0 | 0.23 | 0.84 | 0.24 | 43.33 | 0.72 | 0.44 |
| Hex | C2 | 95 | 20 | 0 | 17 | 54 | 18 | 2B | 48 | 2C |
| Octal | 302 | 225 | 40 | 0 | 27 | 124 | 30 | 53 | 110 | 54 |
| Binary | 11000010 | 10010101 | 100000 | 0 | 10111 | 1010100 | 11000 | 101011 | 1001000 | 101100 |
Color Harmonies of #C29520
Complementary color
Monochromatic Colors of #C29520
Black with #C29520
Text Example
Text Example
White with #C29520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29520; }
p { color: rgb(194,149,32); }
H1.HeaderClassName
{
color: #C29520;
}
.AnyTagClassName
{
color: #C29520;
}
</style>
background-color css
<style>
a { background-color: #C29520; }
a { background-color: rgb(194,149,32); }
div.DivClassName
{
background-color: #C29520;
}
.BgClassName
{
background-color: #C29520;
}
</style>
border-color css
<style>
span { border-color: #C29520; }
span { border-color: rgb(194,149,32); }
td.TdClassName
{
border-color: #C29520;
}
.TagClassName
{
border-color: #C29520;
}
</style>