Shades of Nugget #C29C31
Tints of Nugget #C29C31
RGB
CMYK
RGB Variations
Color information
#C29C31 (or 0xC29C31) is known color: Nugget. HEX triplet: C2, 9C and 31. RGB value is (194,156,49). Sum of RGB (Red+Green+Blue) = 194+156+49=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C31 is #3D63CE. Grayscale: #9B9B9B. Windows color (decimal): -4023247 or 3251394. OLE color: 3251394.
HSL color Cylindrical-coordinate representation of color #C29C31: hue angle of 44.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29C31 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 49 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.24 |
| HSL | 44.28º | 0.6% | 0.48% | - |
| HSV(B) | 44.28º | 0.75% | 0.76% | - |
| XYZ | 34.69 | 35.47 | 7.92 | - |
| YUV | 155.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 49 | 0 | 0.20 | 0.75 | 0.24 | 44.28 | 0.6 | 0.48 |
| Hex | C2 | 9C | 31 | 0 | 14 | 4B | 18 | 2C | 3C | 30 |
| Octal | 302 | 234 | 61 | 0 | 24 | 113 | 30 | 54 | 74 | 60 |
| Binary | 11000010 | 10011100 | 110001 | 0 | 10100 | 1001011 | 11000 | 101100 | 111100 | 110000 |
Color Harmonies of #C29C31
Complementary color
Monochromatic Colors of #C29C31
Black with #C29C31
Text Example
Text Example
White with #C29C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C31; }
p { color: rgb(194,156,49); }
H1.HeaderClassName
{
color: #C29C31;
}
.AnyTagClassName
{
color: #C29C31;
}
</style>
background-color css
<style>
a { background-color: #C29C31; }
a { background-color: rgb(194,156,49); }
div.DivClassName
{
background-color: #C29C31;
}
.BgClassName
{
background-color: #C29C31;
}
</style>
border-color css
<style>
span { border-color: #C29C31; }
span { border-color: rgb(194,156,49); }
td.TdClassName
{
border-color: #C29C31;
}
.TagClassName
{
border-color: #C29C31;
}
</style>