Shades of Nugget #C29E2E
Tints of Nugget #C29E2E
RGB
CMYK
RGB Variations
Color information
#C29E2E (or 0xC29E2E) is known color: Nugget. HEX triplet: C2, 9E and 2E. RGB value is (194,158,46). Sum of RGB (Red+Green+Blue) = 194+158+46=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E2E is #3D61D1. Grayscale: #9C9C9C. Windows color (decimal): -4022738 or 3055298. OLE color: 3055298.
HSL color Cylindrical-coordinate representation of color #C29E2E: hue angle of 45.41º 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 #C29E2E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 46 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.24 |
| HSL | 45.41º | 0.62% | 0.47% | - |
| HSV(B) | 45.41º | 0.76% | 0.76% | - |
| XYZ | 34.97 | 36.12 | 7.71 | - |
| YUV | 156 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 46 | 0 | 0.19 | 0.76 | 0.24 | 45.41 | 0.62 | 0.47 |
| Hex | C2 | 9E | 2E | 0 | 13 | 4C | 18 | 2D | 3E | 2F |
| Octal | 302 | 236 | 56 | 0 | 23 | 114 | 30 | 55 | 76 | 57 |
| Binary | 11000010 | 10011110 | 101110 | 0 | 10011 | 1001100 | 11000 | 101101 | 111110 | 101111 |
Color Harmonies of #C29E2E
Complementary color
Monochromatic Colors of #C29E2E
Black with #C29E2E
Text Example
Text Example
White with #C29E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E2E; }
p { color: rgb(194,158,46); }
H1.HeaderClassName
{
color: #C29E2E;
}
.AnyTagClassName
{
color: #C29E2E;
}
</style>
background-color css
<style>
a { background-color: #C29E2E; }
a { background-color: rgb(194,158,46); }
div.DivClassName
{
background-color: #C29E2E;
}
.BgClassName
{
background-color: #C29E2E;
}
</style>
border-color css
<style>
span { border-color: #C29E2E; }
span { border-color: rgb(194,158,46); }
td.TdClassName
{
border-color: #C29E2E;
}
.TagClassName
{
border-color: #C29E2E;
}
</style>