Shades of Pizza #C48D36
Tints of Pizza #C48D36
RGB
CMYK
RGB Variations
Color information
#C48D36 (or 0xC48D36) is known color: Pizza. HEX triplet: C4, 8D and 36. RGB value is (196,141,54). Sum of RGB (Red+Green+Blue) = 196+141+54=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D36 is #3B72C9. Grayscale: #939393. Windows color (decimal): -3896010 or 3575236. OLE color: 3575236.
HSL color Cylindrical-coordinate representation of color #C48D36: hue angle of 36.76º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48D36 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 54 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.23 |
| HSL | 36.76º | 0.57% | 0.49% | - |
| HSV(B) | 36.76º | 0.72% | 0.77% | - |
| XYZ | 32.96 | 31.05 | 7.75 | - |
| YUV | 147.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 54 | 0 | 0.28 | 0.72 | 0.23 | 36.76 | 0.57 | 0.49 |
| Hex | C4 | 8D | 36 | 0 | 1C | 48 | 17 | 25 | 39 | 31 |
| Octal | 304 | 215 | 66 | 0 | 34 | 110 | 27 | 45 | 71 | 61 |
| Binary | 11000100 | 10001101 | 110110 | 0 | 11100 | 1001000 | 10111 | 100101 | 111001 | 110001 |
Color Harmonies of #C48D36
Complementary color
Monochromatic Colors of #C48D36
Black with #C48D36
Text Example
Text Example
White with #C48D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D36; }
p { color: rgb(196,141,54); }
H1.HeaderClassName
{
color: #C48D36;
}
.AnyTagClassName
{
color: #C48D36;
}
</style>
background-color css
<style>
a { background-color: #C48D36; }
a { background-color: rgb(196,141,54); }
div.DivClassName
{
background-color: #C48D36;
}
.BgClassName
{
background-color: #C48D36;
}
</style>
border-color css
<style>
span { border-color: #C48D36; }
span { border-color: rgb(196,141,54); }
td.TdClassName
{
border-color: #C48D36;
}
.TagClassName
{
border-color: #C48D36;
}
</style>