Shades of Pizza #C48C36
Tints of Pizza #C48C36
RGB
CMYK
RGB Variations
Color information
#C48C36 (or 0xC48C36) is known color: Pizza. HEX triplet: C4, 8C and 36. RGB value is (196,140,54). Sum of RGB (Red+Green+Blue) = 196+140+54=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C36 is #3B73C9. Grayscale: #939393. Windows color (decimal): -3896266 or 3574980. OLE color: 3574980.
HSL color Cylindrical-coordinate representation of color #C48C36: hue angle of 36.34º 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 #C48C36 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 54 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.23 |
| HSL | 36.34º | 0.57% | 0.49% | - |
| HSV(B) | 36.34º | 0.72% | 0.77% | - |
| XYZ | 32.81 | 30.76 | 7.7 | - |
| YUV | 146.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 54 | 0 | 0.29 | 0.72 | 0.23 | 36.34 | 0.57 | 0.49 |
| Hex | C4 | 8C | 36 | 0 | 1D | 48 | 17 | 24 | 39 | 31 |
| Octal | 304 | 214 | 66 | 0 | 35 | 110 | 27 | 44 | 71 | 61 |
| Binary | 11000100 | 10001100 | 110110 | 0 | 11101 | 1001000 | 10111 | 100100 | 111001 | 110001 |
Color Harmonies of #C48C36
Complementary color
Monochromatic Colors of #C48C36
Black with #C48C36
Text Example
Text Example
White with #C48C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C36; }
p { color: rgb(196,140,54); }
H1.HeaderClassName
{
color: #C48C36;
}
.AnyTagClassName
{
color: #C48C36;
}
</style>
background-color css
<style>
a { background-color: #C48C36; }
a { background-color: rgb(196,140,54); }
div.DivClassName
{
background-color: #C48C36;
}
.BgClassName
{
background-color: #C48C36;
}
</style>
border-color css
<style>
span { border-color: #C48C36; }
span { border-color: rgb(196,140,54); }
td.TdClassName
{
border-color: #C48C36;
}
.TagClassName
{
border-color: #C48C36;
}
</style>