Shades of Nugget #C29931
Tints of Nugget #C29931
RGB
CMYK
RGB Variations
Color information
#C29931 (or 0xC29931) is known color: Nugget. HEX triplet: C2, 99 and 31. RGB value is (194,153,49). Sum of RGB (Red+Green+Blue) = 194+153+49=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C29931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29931 is #3D66CE. Grayscale: #999999. Windows color (decimal): -4024015 or 3250626. OLE color: 3250626.
HSL color Cylindrical-coordinate representation of color #C29931: hue angle of 43.03º 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 #C29931 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 49 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.24 |
| HSL | 43.03º | 0.6% | 0.48% | - |
| HSV(B) | 43.03º | 0.75% | 0.76% | - |
| XYZ | 34.19 | 34.47 | 7.76 | - |
| YUV | 153.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 49 | 0 | 0.21 | 0.75 | 0.24 | 43.03 | 0.6 | 0.48 |
| Hex | C2 | 99 | 31 | 0 | 15 | 4B | 18 | 2B | 3C | 30 |
| Octal | 302 | 231 | 61 | 0 | 25 | 113 | 30 | 53 | 74 | 60 |
| Binary | 11000010 | 10011001 | 110001 | 0 | 10101 | 1001011 | 11000 | 101011 | 111100 | 110000 |
Color Harmonies of #C29931
Complementary color
Monochromatic Colors of #C29931
Black with #C29931
Text Example
Text Example
White with #C29931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29931; }
p { color: rgb(194,153,49); }
H1.HeaderClassName
{
color: #C29931;
}
.AnyTagClassName
{
color: #C29931;
}
</style>
background-color css
<style>
a { background-color: #C29931; }
a { background-color: rgb(194,153,49); }
div.DivClassName
{
background-color: #C29931;
}
.BgClassName
{
background-color: #C29931;
}
</style>
border-color css
<style>
span { border-color: #C29931; }
span { border-color: rgb(194,153,49); }
td.TdClassName
{
border-color: #C29931;
}
.TagClassName
{
border-color: #C29931;
}
</style>