Shades of Nugget #C49E2D
Tints of Nugget #C49E2D
RGB
CMYK
RGB Variations
Color information
#C49E2D (or 0xC49E2D) is known color: Nugget. HEX triplet: C4, 9E and 2D. RGB value is (196,158,45). Sum of RGB (Red+Green+Blue) = 196+158+45=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E2D is #3B61D2. Grayscale: #9C9C9C. Windows color (decimal): -3891667 or 2989764. OLE color: 2989764.
HSL color Cylindrical-coordinate representation of color #C49E2D: hue angle of 44.9º degrees, saturation: 0.63, 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 #C49E2D is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 45 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.23 |
| HSL | 44.9º | 0.63% | 0.47% | - |
| HSV(B) | 44.9º | 0.77% | 0.77% | - |
| XYZ | 35.47 | 36.38 | 7.64 | - |
| YUV | 156.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 45 | 0 | 0.19 | 0.77 | 0.23 | 44.9 | 0.63 | 0.47 |
| Hex | C4 | 9E | 2D | 0 | 13 | 4D | 17 | 2D | 3F | 2F |
| Octal | 304 | 236 | 55 | 0 | 23 | 115 | 27 | 55 | 77 | 57 |
| Binary | 11000100 | 10011110 | 101101 | 0 | 10011 | 1001101 | 10111 | 101101 | 111111 | 101111 |
Color Harmonies of #C49E2D
Complementary color
Monochromatic Colors of #C49E2D
Black with #C49E2D
Text Example
Text Example
White with #C49E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E2D; }
p { color: rgb(196,158,45); }
H1.HeaderClassName
{
color: #C49E2D;
}
.AnyTagClassName
{
color: #C49E2D;
}
</style>
background-color css
<style>
a { background-color: #C49E2D; }
a { background-color: rgb(196,158,45); }
div.DivClassName
{
background-color: #C49E2D;
}
.BgClassName
{
background-color: #C49E2D;
}
</style>
border-color css
<style>
span { border-color: #C49E2D; }
span { border-color: rgb(196,158,45); }
td.TdClassName
{
border-color: #C49E2D;
}
.TagClassName
{
border-color: #C49E2D;
}
</style>