Shades of Nugget #C29A2E
Tints of Nugget #C29A2E
RGB
CMYK
RGB Variations
Color information
#C29A2E (or 0xC29A2E) is known color: Nugget. HEX triplet: C2, 9A and 2E. RGB value is (194,154,46). Sum of RGB (Red+Green+Blue) = 194+154+46=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A2E is #3D65D1. Grayscale: #9A9A9A. Windows color (decimal): -4023762 or 3054274. OLE color: 3054274.
HSL color Cylindrical-coordinate representation of color #C29A2E: hue angle of 43.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C29A2E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 46 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.24 |
| HSL | 43.78º | 0.62% | 0.47% | - |
| HSV(B) | 43.78º | 0.76% | 0.76% | - |
| XYZ | 34.3 | 34.78 | 7.49 | - |
| YUV | 153.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 46 | 0 | 0.21 | 0.76 | 0.24 | 43.78 | 0.62 | 0.47 |
| Hex | C2 | 9A | 2E | 0 | 15 | 4C | 18 | 2C | 3E | 2F |
| Octal | 302 | 232 | 56 | 0 | 25 | 114 | 30 | 54 | 76 | 57 |
| Binary | 11000010 | 10011010 | 101110 | 0 | 10101 | 1001100 | 11000 | 101100 | 111110 | 101111 |
Color Harmonies of #C29A2E
Complementary color
Monochromatic Colors of #C29A2E
Black with #C29A2E
Text Example
Text Example
White with #C29A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A2E; }
p { color: rgb(194,154,46); }
H1.HeaderClassName
{
color: #C29A2E;
}
.AnyTagClassName
{
color: #C29A2E;
}
</style>
background-color css
<style>
a { background-color: #C29A2E; }
a { background-color: rgb(194,154,46); }
div.DivClassName
{
background-color: #C29A2E;
}
.BgClassName
{
background-color: #C29A2E;
}
</style>
border-color css
<style>
span { border-color: #C29A2E; }
span { border-color: rgb(194,154,46); }
td.TdClassName
{
border-color: #C29A2E;
}
.TagClassName
{
border-color: #C29A2E;
}
</style>