Shades of Nugget #C49A2E
Tints of Nugget #C49A2E
RGB
CMYK
RGB Variations
Color information
#C49A2E (or 0xC49A2E) is known color: Nugget. HEX triplet: C4, 9A and 2E. RGB value is (196,154,46). Sum of RGB (Red+Green+Blue) = 196+154+46=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A2E is #3B65D1. Grayscale: #9A9A9A. Windows color (decimal): -3892690 or 3054276. OLE color: 3054276.
HSL color Cylindrical-coordinate representation of color #C49A2E: hue angle of 43.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C49A2E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 46 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.23 |
| HSL | 43.2º | 0.62% | 0.47% | - |
| HSV(B) | 43.2º | 0.77% | 0.77% | - |
| XYZ | 34.81 | 35.04 | 7.51 | - |
| YUV | 154.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 46 | 0 | 0.21 | 0.77 | 0.23 | 43.2 | 0.62 | 0.47 |
| Hex | C4 | 9A | 2E | 0 | 15 | 4D | 17 | 2B | 3E | 2F |
| Octal | 304 | 232 | 56 | 0 | 25 | 115 | 27 | 53 | 76 | 57 |
| Binary | 11000100 | 10011010 | 101110 | 0 | 10101 | 1001101 | 10111 | 101011 | 111110 | 101111 |
Color Harmonies of #C49A2E
Complementary color
Monochromatic Colors of #C49A2E
Black with #C49A2E
Text Example
Text Example
White with #C49A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A2E; }
p { color: rgb(196,154,46); }
H1.HeaderClassName
{
color: #C49A2E;
}
.AnyTagClassName
{
color: #C49A2E;
}
</style>
background-color css
<style>
a { background-color: #C49A2E; }
a { background-color: rgb(196,154,46); }
div.DivClassName
{
background-color: #C49A2E;
}
.BgClassName
{
background-color: #C49A2E;
}
</style>
border-color css
<style>
span { border-color: #C49A2E; }
span { border-color: rgb(196,154,46); }
td.TdClassName
{
border-color: #C49A2E;
}
.TagClassName
{
border-color: #C49A2E;
}
</style>