Shades of Nugget #C48E29
Tints of Nugget #C48E29
RGB
CMYK
RGB Variations
Color information
#C48E29 (or 0xC48E29) is known color: Nugget. HEX triplet: C4, 8E and 29. RGB value is (196,142,41). Sum of RGB (Red+Green+Blue) = 196+142+41=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E29 is #3B71D6. Grayscale: #939393. Windows color (decimal): -3895767 or 2723524. OLE color: 2723524.
HSL color Cylindrical-coordinate representation of color #C48E29: hue angle of 39.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C48E29 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 41 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.23 |
| HSL | 39.1º | 0.65% | 0.46% | - |
| HSV(B) | 39.1º | 0.79% | 0.77% | - |
| XYZ | 32.84 | 31.24 | 6.4 | - |
| YUV | 146.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 41 | 0 | 0.28 | 0.79 | 0.23 | 39.1 | 0.65 | 0.46 |
| Hex | C4 | 8E | 29 | 0 | 1C | 4F | 17 | 27 | 41 | 2E |
| Octal | 304 | 216 | 51 | 0 | 34 | 117 | 27 | 47 | 101 | 56 |
| Binary | 11000100 | 10001110 | 101001 | 0 | 11100 | 1001111 | 10111 | 100111 | 1000001 | 101110 |
Color Harmonies of #C48E29
Complementary color
Monochromatic Colors of #C48E29
Black with #C48E29
Text Example
Text Example
White with #C48E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E29; }
p { color: rgb(196,142,41); }
H1.HeaderClassName
{
color: #C48E29;
}
.AnyTagClassName
{
color: #C48E29;
}
</style>
background-color css
<style>
a { background-color: #C48E29; }
a { background-color: rgb(196,142,41); }
div.DivClassName
{
background-color: #C48E29;
}
.BgClassName
{
background-color: #C48E29;
}
</style>
border-color css
<style>
span { border-color: #C48E29; }
span { border-color: rgb(196,142,41); }
td.TdClassName
{
border-color: #C48E29;
}
.TagClassName
{
border-color: #C48E29;
}
</style>