Shades of Nugget #C29E34
Tints of Nugget #C29E34
RGB
CMYK
RGB Variations
Color information
#C29E34 (or 0xC29E34) is known color: Nugget. HEX triplet: C2, 9E and 34. RGB value is (194,158,52). Sum of RGB (Red+Green+Blue) = 194+158+52=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E34 is #3D61CB. Grayscale: #9D9D9D. Windows color (decimal): -4022732 or 3448514. OLE color: 3448514.
HSL color Cylindrical-coordinate representation of color #C29E34: hue angle of 44.79º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29E34 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 52 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.24 |
| HSL | 44.79º | 0.58% | 0.48% | - |
| HSV(B) | 44.79º | 0.73% | 0.76% | - |
| XYZ | 35.09 | 36.17 | 8.38 | - |
| YUV | 156.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 52 | 0 | 0.19 | 0.73 | 0.24 | 44.79 | 0.58 | 0.48 |
| Hex | C2 | 9E | 34 | 0 | 13 | 49 | 18 | 2D | 3A | 30 |
| Octal | 302 | 236 | 64 | 0 | 23 | 111 | 30 | 55 | 72 | 60 |
| Binary | 11000010 | 10011110 | 110100 | 0 | 10011 | 1001001 | 11000 | 101101 | 111010 | 110000 |
Color Harmonies of #C29E34
Complementary color
Monochromatic Colors of #C29E34
Black with #C29E34
Text Example
Text Example
White with #C29E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E34; }
p { color: rgb(194,158,52); }
H1.HeaderClassName
{
color: #C29E34;
}
.AnyTagClassName
{
color: #C29E34;
}
</style>
background-color css
<style>
a { background-color: #C29E34; }
a { background-color: rgb(194,158,52); }
div.DivClassName
{
background-color: #C29E34;
}
.BgClassName
{
background-color: #C29E34;
}
</style>
border-color css
<style>
span { border-color: #C29E34; }
span { border-color: rgb(194,158,52); }
td.TdClassName
{
border-color: #C29E34;
}
.TagClassName
{
border-color: #C29E34;
}
</style>