Shades of Nugget #C48C28
Tints of Nugget #C48C28
RGB
CMYK
RGB Variations
Color information
#C48C28 (or 0xC48C28) is known color: Nugget. HEX triplet: C4, 8C and 28. RGB value is (196,140,40). Sum of RGB (Red+Green+Blue) = 196+140+40=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C28 is #3B73D7. Grayscale: #919191. Windows color (decimal): -3896280 or 2657476. OLE color: 2657476.
HSL color Cylindrical-coordinate representation of color #C48C28: hue angle of 38.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48C28 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 40 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.23 |
| HSL | 38.46º | 0.66% | 0.46% | - |
| HSV(B) | 38.46º | 0.8% | 0.77% | - |
| XYZ | 32.53 | 30.65 | 6.21 | - |
| YUV | 145.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 40 | 0 | 0.29 | 0.80 | 0.23 | 38.46 | 0.66 | 0.46 |
| Hex | C4 | 8C | 28 | 0 | 1D | 50 | 17 | 26 | 42 | 2E |
| Octal | 304 | 214 | 50 | 0 | 35 | 120 | 27 | 46 | 102 | 56 |
| Binary | 11000100 | 10001100 | 101000 | 0 | 11101 | 1010000 | 10111 | 100110 | 1000010 | 101110 |
Color Harmonies of #C48C28
Complementary color
Monochromatic Colors of #C48C28
Black with #C48C28
Text Example
Text Example
White with #C48C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C28; }
p { color: rgb(196,140,40); }
H1.HeaderClassName
{
color: #C48C28;
}
.AnyTagClassName
{
color: #C48C28;
}
</style>
background-color css
<style>
a { background-color: #C48C28; }
a { background-color: rgb(196,140,40); }
div.DivClassName
{
background-color: #C48C28;
}
.BgClassName
{
background-color: #C48C28;
}
</style>
border-color css
<style>
span { border-color: #C48C28; }
span { border-color: rgb(196,140,40); }
td.TdClassName
{
border-color: #C48C28;
}
.TagClassName
{
border-color: #C48C28;
}
</style>