Shades of Pizza #C48D37
Tints of Pizza #C48D37
RGB
CMYK
RGB Variations
Color information
#C48D37 (or 0xC48D37) is known color: Pizza. HEX triplet: C4, 8D and 37. RGB value is (196,141,55). Sum of RGB (Red+Green+Blue) = 196+141+55=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D37 is #3B72C8. Grayscale: #949494. Windows color (decimal): -3896009 or 3640772. OLE color: 3640772.
HSL color Cylindrical-coordinate representation of color #C48D37: hue angle of 36.6º degrees, saturation: 0.56, 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 #C48D37 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 55 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.23 |
| HSL | 36.6º | 0.56% | 0.49% | - |
| HSV(B) | 36.6º | 0.72% | 0.77% | - |
| XYZ | 32.98 | 31.06 | 7.87 | - |
| YUV | 147.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 55 | 0 | 0.28 | 0.72 | 0.23 | 36.6 | 0.56 | 0.49 |
| Hex | C4 | 8D | 37 | 0 | 1C | 48 | 17 | 25 | 38 | 31 |
| Octal | 304 | 215 | 67 | 0 | 34 | 110 | 27 | 45 | 70 | 61 |
| Binary | 11000100 | 10001101 | 110111 | 0 | 11100 | 1001000 | 10111 | 100101 | 111000 | 110001 |
Color Harmonies of #C48D37
Complementary color
Monochromatic Colors of #C48D37
Black with #C48D37
Text Example
Text Example
White with #C48D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D37; }
p { color: rgb(196,141,55); }
H1.HeaderClassName
{
color: #C48D37;
}
.AnyTagClassName
{
color: #C48D37;
}
</style>
background-color css
<style>
a { background-color: #C48D37; }
a { background-color: rgb(196,141,55); }
div.DivClassName
{
background-color: #C48D37;
}
.BgClassName
{
background-color: #C48D37;
}
</style>
border-color css
<style>
span { border-color: #C48D37; }
span { border-color: rgb(196,141,55); }
td.TdClassName
{
border-color: #C48D37;
}
.TagClassName
{
border-color: #C48D37;
}
</style>