Shades of Nugget #C29629
Tints of Nugget #C29629
RGB
CMYK
RGB Variations
Color information
#C29629 (or 0xC29629) is known color: Nugget. HEX triplet: C2, 96 and 29. RGB value is (194,150,41). Sum of RGB (Red+Green+Blue) = 194+150+41=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C29629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29629 is #3D69D6. Grayscale: #979797. Windows color (decimal): -4024791 or 2725570. OLE color: 2725570.
HSL color Cylindrical-coordinate representation of color #C29629: hue angle of 42.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C29629 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 41 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.24 |
| HSL | 42.75º | 0.65% | 0.46% | - |
| HSV(B) | 42.75º | 0.79% | 0.76% | - |
| XYZ | 33.55 | 33.44 | 6.78 | - |
| YUV | 150.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 41 | 0 | 0.23 | 0.79 | 0.24 | 42.75 | 0.65 | 0.46 |
| Hex | C2 | 96 | 29 | 0 | 17 | 4F | 18 | 2B | 41 | 2E |
| Octal | 302 | 226 | 51 | 0 | 27 | 117 | 30 | 53 | 101 | 56 |
| Binary | 11000010 | 10010110 | 101001 | 0 | 10111 | 1001111 | 11000 | 101011 | 1000001 | 101110 |
Color Harmonies of #C29629
Complementary color
Monochromatic Colors of #C29629
Black with #C29629
Text Example
Text Example
White with #C29629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29629; }
p { color: rgb(194,150,41); }
H1.HeaderClassName
{
color: #C29629;
}
.AnyTagClassName
{
color: #C29629;
}
</style>
background-color css
<style>
a { background-color: #C29629; }
a { background-color: rgb(194,150,41); }
div.DivClassName
{
background-color: #C29629;
}
.BgClassName
{
background-color: #C29629;
}
</style>
border-color css
<style>
span { border-color: #C29629; }
span { border-color: rgb(194,150,41); }
td.TdClassName
{
border-color: #C29629;
}
.TagClassName
{
border-color: #C29629;
}
</style>