Shades of Nugget #C29529
Tints of Nugget #C29529
RGB
CMYK
RGB Variations
Color information
#C29529 (or 0xC29529) is known color: Nugget. HEX triplet: C2, 95 and 29. RGB value is (194,149,41). Sum of RGB (Red+Green+Blue) = 194+149+41=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C29529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29529 is #3D6AD6. Grayscale: #969696. Windows color (decimal): -4025047 or 2725314. OLE color: 2725314.
HSL color Cylindrical-coordinate representation of color #C29529: hue angle of 42.35º 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 #C29529 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 41 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.24 |
| HSL | 42.35º | 0.65% | 0.46% | - |
| HSV(B) | 42.35º | 0.79% | 0.76% | - |
| XYZ | 33.4 | 33.12 | 6.73 | - |
| YUV | 150.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 41 | 0 | 0.23 | 0.79 | 0.24 | 42.35 | 0.65 | 0.46 |
| Hex | C2 | 95 | 29 | 0 | 17 | 4F | 18 | 2A | 41 | 2E |
| Octal | 302 | 225 | 51 | 0 | 27 | 117 | 30 | 52 | 101 | 56 |
| Binary | 11000010 | 10010101 | 101001 | 0 | 10111 | 1001111 | 11000 | 101010 | 1000001 | 101110 |
Color Harmonies of #C29529
Complementary color
Monochromatic Colors of #C29529
Black with #C29529
Text Example
Text Example
White with #C29529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29529; }
p { color: rgb(194,149,41); }
H1.HeaderClassName
{
color: #C29529;
}
.AnyTagClassName
{
color: #C29529;
}
</style>
background-color css
<style>
a { background-color: #C29529; }
a { background-color: rgb(194,149,41); }
div.DivClassName
{
background-color: #C29529;
}
.BgClassName
{
background-color: #C29529;
}
</style>
border-color css
<style>
span { border-color: #C29529; }
span { border-color: rgb(194,149,41); }
td.TdClassName
{
border-color: #C29529;
}
.TagClassName
{
border-color: #C29529;
}
</style>