Shades of Nugget #C29E33
Tints of Nugget #C29E33
RGB
CMYK
RGB Variations
Color information
#C29E33 (or 0xC29E33) is known color: Nugget. HEX triplet: C2, 9E and 33. RGB value is (194,158,51). Sum of RGB (Red+Green+Blue) = 194+158+51=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E33 is #3D61CC. Grayscale: #9D9D9D. Windows color (decimal): -4022733 or 3382978. OLE color: 3382978.
HSL color Cylindrical-coordinate representation of color #C29E33: hue angle of 44.9º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29E33 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 51 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.24 |
| HSL | 44.9º | 0.58% | 0.48% | - |
| HSV(B) | 44.9º | 0.74% | 0.76% | - |
| XYZ | 35.07 | 36.16 | 8.26 | - |
| YUV | 156.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 51 | 0 | 0.19 | 0.74 | 0.24 | 44.9 | 0.58 | 0.48 |
| Hex | C2 | 9E | 33 | 0 | 13 | 4A | 18 | 2D | 3A | 30 |
| Octal | 302 | 236 | 63 | 0 | 23 | 112 | 30 | 55 | 72 | 60 |
| Binary | 11000010 | 10011110 | 110011 | 0 | 10011 | 1001010 | 11000 | 101101 | 111010 | 110000 |
Color Harmonies of #C29E33
Complementary color
Monochromatic Colors of #C29E33
Black with #C29E33
Text Example
Text Example
White with #C29E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E33; }
p { color: rgb(194,158,51); }
H1.HeaderClassName
{
color: #C29E33;
}
.AnyTagClassName
{
color: #C29E33;
}
</style>
background-color css
<style>
a { background-color: #C29E33; }
a { background-color: rgb(194,158,51); }
div.DivClassName
{
background-color: #C29E33;
}
.BgClassName
{
background-color: #C29E33;
}
</style>
border-color css
<style>
span { border-color: #C29E33; }
span { border-color: rgb(194,158,51); }
td.TdClassName
{
border-color: #C29E33;
}
.TagClassName
{
border-color: #C29E33;
}
</style>