Shades of Pizza #C48E37
Tints of Pizza #C48E37
RGB
CMYK
RGB Variations
Color information
#C48E37 (or 0xC48E37) is known color: Pizza. HEX triplet: C4, 8E and 37. RGB value is (196,142,55). Sum of RGB (Red+Green+Blue) = 196+142+55=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E37 is #3B71C8. Grayscale: #949494. Windows color (decimal): -3895753 or 3641028. OLE color: 3641028.
HSL color Cylindrical-coordinate representation of color #C48E37: hue angle of 37.02º 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 #C48E37 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 55 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.23 |
| HSL | 37.02º | 0.56% | 0.49% | - |
| HSV(B) | 37.02º | 0.72% | 0.77% | - |
| XYZ | 33.13 | 31.36 | 7.92 | - |
| YUV | 148.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 55 | 0 | 0.28 | 0.72 | 0.23 | 37.02 | 0.56 | 0.49 |
| Hex | C4 | 8E | 37 | 0 | 1C | 48 | 17 | 25 | 38 | 31 |
| Octal | 304 | 216 | 67 | 0 | 34 | 110 | 27 | 45 | 70 | 61 |
| Binary | 11000100 | 10001110 | 110111 | 0 | 11100 | 1001000 | 10111 | 100101 | 111000 | 110001 |
Color Harmonies of #C48E37
Complementary color
Monochromatic Colors of #C48E37
Black with #C48E37
Text Example
Text Example
White with #C48E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E37; }
p { color: rgb(196,142,55); }
H1.HeaderClassName
{
color: #C48E37;
}
.AnyTagClassName
{
color: #C48E37;
}
</style>
background-color css
<style>
a { background-color: #C48E37; }
a { background-color: rgb(196,142,55); }
div.DivClassName
{
background-color: #C48E37;
}
.BgClassName
{
background-color: #C48E37;
}
</style>
border-color css
<style>
span { border-color: #C48E37; }
span { border-color: rgb(196,142,55); }
td.TdClassName
{
border-color: #C48E37;
}
.TagClassName
{
border-color: #C48E37;
}
</style>