Shades of Nugget #C48F2D
Tints of Nugget #C48F2D
RGB
CMYK
RGB Variations
Color information
#C48F2D (or 0xC48F2D) is known color: Nugget. HEX triplet: C4, 8F and 2D. RGB value is (196,143,45). Sum of RGB (Red+Green+Blue) = 196+143+45=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F2D is #3B70D2. Grayscale: #949494. Windows color (decimal): -3895507 or 2985924. OLE color: 2985924.
HSL color Cylindrical-coordinate representation of color #C48F2D: hue angle of 38.94º 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 #C48F2D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 45 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.23 |
| HSL | 38.94º | 0.63% | 0.47% | - |
| HSV(B) | 38.94º | 0.77% | 0.77% | - |
| XYZ | 33.06 | 31.57 | 6.83 | - |
| YUV | 147.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 45 | 0 | 0.27 | 0.77 | 0.23 | 38.94 | 0.63 | 0.47 |
| Hex | C4 | 8F | 2D | 0 | 1B | 4D | 17 | 27 | 3F | 2F |
| Octal | 304 | 217 | 55 | 0 | 33 | 115 | 27 | 47 | 77 | 57 |
| Binary | 11000100 | 10001111 | 101101 | 0 | 11011 | 1001101 | 10111 | 100111 | 111111 | 101111 |
Color Harmonies of #C48F2D
Complementary color
Monochromatic Colors of #C48F2D
Black with #C48F2D
Text Example
Text Example
White with #C48F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F2D; }
p { color: rgb(196,143,45); }
H1.HeaderClassName
{
color: #C48F2D;
}
.AnyTagClassName
{
color: #C48F2D;
}
</style>
background-color css
<style>
a { background-color: #C48F2D; }
a { background-color: rgb(196,143,45); }
div.DivClassName
{
background-color: #C48F2D;
}
.BgClassName
{
background-color: #C48F2D;
}
</style>
border-color css
<style>
span { border-color: #C48F2D; }
span { border-color: rgb(196,143,45); }
td.TdClassName
{
border-color: #C48F2D;
}
.TagClassName
{
border-color: #C48F2D;
}
</style>