Shades of Nugget #C29622
Tints of Nugget #C29622
RGB
CMYK
RGB Variations
Color information
#C29622 (or 0xC29622) is known color: Nugget. HEX triplet: C2, 96 and 22. RGB value is (194,150,34). Sum of RGB (Red+Green+Blue) = 194+150+34=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C29622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29622 is #3D69DD. Grayscale: #969696. Windows color (decimal): -4024798 or 2266818. OLE color: 2266818.
HSL color Cylindrical-coordinate representation of color #C29622: hue angle of 43.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29622 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 34 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.24 |
| HSL | 43.5º | 0.7% | 0.45% | - |
| HSV(B) | 43.5º | 0.82% | 0.76% | - |
| XYZ | 33.44 | 33.4 | 6.2 | - |
| YUV | 149.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 34 | 0 | 0.23 | 0.82 | 0.24 | 43.5 | 0.7 | 0.45 |
| Hex | C2 | 96 | 22 | 0 | 17 | 52 | 18 | 2C | 46 | 2D |
| Octal | 302 | 226 | 42 | 0 | 27 | 122 | 30 | 54 | 106 | 55 |
| Binary | 11000010 | 10010110 | 100010 | 0 | 10111 | 1010010 | 11000 | 101100 | 1000110 | 101101 |
Color Harmonies of #C29622
Complementary color
Monochromatic Colors of #C29622
Black with #C29622
Text Example
Text Example
White with #C29622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29622; }
p { color: rgb(194,150,34); }
H1.HeaderClassName
{
color: #C29622;
}
.AnyTagClassName
{
color: #C29622;
}
</style>
background-color css
<style>
a { background-color: #C29622; }
a { background-color: rgb(194,150,34); }
div.DivClassName
{
background-color: #C29622;
}
.BgClassName
{
background-color: #C29622;
}
</style>
border-color css
<style>
span { border-color: #C29622; }
span { border-color: rgb(194,150,34); }
td.TdClassName
{
border-color: #C29622;
}
.TagClassName
{
border-color: #C29622;
}
</style>