Shades of Nugget #C29120
Tints of Nugget #C29120
RGB
CMYK
RGB Variations
Color information
#C29120 (or 0xC29120) is known color: Nugget. HEX triplet: C2, 91 and 20. RGB value is (194,145,32). Sum of RGB (Red+Green+Blue) = 194+145+32=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29120 is #3D6EDF. Grayscale: #939393. Windows color (decimal): -4026080 or 2134466. OLE color: 2134466.
HSL color Cylindrical-coordinate representation of color #C29120: hue angle of 41.85º 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 #C29120 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.24 |
| HSL | 41.85º | 0.72% | 0.44% | - |
| HSV(B) | 41.85º | 0.84% | 0.76% | - |
| XYZ | 32.63 | 31.82 | 5.79 | - |
| YUV | 146.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 32 | 0 | 0.25 | 0.84 | 0.24 | 41.85 | 0.72 | 0.44 |
| Hex | C2 | 91 | 20 | 0 | 19 | 54 | 18 | 2A | 48 | 2C |
| Octal | 302 | 221 | 40 | 0 | 31 | 124 | 30 | 52 | 110 | 54 |
| Binary | 11000010 | 10010001 | 100000 | 0 | 11001 | 1010100 | 11000 | 101010 | 1001000 | 101100 |
Color Harmonies of #C29120
Complementary color
Monochromatic Colors of #C29120
Black with #C29120
Text Example
Text Example
White with #C29120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29120; }
p { color: rgb(194,145,32); }
H1.HeaderClassName
{
color: #C29120;
}
.AnyTagClassName
{
color: #C29120;
}
</style>
background-color css
<style>
a { background-color: #C29120; }
a { background-color: rgb(194,145,32); }
div.DivClassName
{
background-color: #C29120;
}
.BgClassName
{
background-color: #C29120;
}
</style>
border-color css
<style>
span { border-color: #C29120; }
span { border-color: rgb(194,145,32); }
td.TdClassName
{
border-color: #C29120;
}
.TagClassName
{
border-color: #C29120;
}
</style>