Shades of Pizza #C48C39
Tints of Pizza #C48C39
RGB
CMYK
RGB Variations
Color information
#C48C39 (or 0xC48C39) is known color: Pizza. HEX triplet: C4, 8C and 39. RGB value is (196,140,57). Sum of RGB (Red+Green+Blue) = 196+140+57=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C39 is #3B73C6. Grayscale: #939393. Windows color (decimal): -3896263 or 3771588. OLE color: 3771588.
HSL color Cylindrical-coordinate representation of color #C48C39: hue angle of 35.83º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C48C39 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 57 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.23 |
| HSL | 35.83º | 0.55% | 0.5% | - |
| HSV(B) | 35.83º | 0.71% | 0.77% | - |
| XYZ | 32.88 | 30.79 | 8.08 | - |
| YUV | 147.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 57 | 0 | 0.29 | 0.71 | 0.23 | 35.83 | 0.55 | 0.5 |
| Hex | C4 | 8C | 39 | 0 | 1D | 47 | 17 | 24 | 37 | 32 |
| Octal | 304 | 214 | 71 | 0 | 35 | 107 | 27 | 44 | 67 | 62 |
| Binary | 11000100 | 10001100 | 111001 | 0 | 11101 | 1000111 | 10111 | 100100 | 110111 | 110010 |
Color Harmonies of #C48C39
Complementary color
Monochromatic Colors of #C48C39
Black with #C48C39
Text Example
Text Example
White with #C48C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C39; }
p { color: rgb(196,140,57); }
H1.HeaderClassName
{
color: #C48C39;
}
.AnyTagClassName
{
color: #C48C39;
}
</style>
background-color css
<style>
a { background-color: #C48C39; }
a { background-color: rgb(196,140,57); }
div.DivClassName
{
background-color: #C48C39;
}
.BgClassName
{
background-color: #C48C39;
}
</style>
border-color css
<style>
span { border-color: #C48C39; }
span { border-color: rgb(196,140,57); }
td.TdClassName
{
border-color: #C48C39;
}
.TagClassName
{
border-color: #C48C39;
}
</style>