Shades of Pizza #C49637
Tints of Pizza #C49637
RGB
CMYK
RGB Variations
Color information
#C49637 (or 0xC49637) is known color: Pizza. HEX triplet: C4, 96 and 37. RGB value is (196,150,55). Sum of RGB (Red+Green+Blue) = 196+150+55=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C49637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49637 is #3B69C8. Grayscale: #999999. Windows color (decimal): -3893705 or 3643076. OLE color: 3643076.
HSL color Cylindrical-coordinate representation of color #C49637: hue angle of 40.43º 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 #C49637 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 55 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.23 |
| HSL | 40.43º | 0.56% | 0.49% | - |
| HSV(B) | 40.43º | 0.72% | 0.77% | - |
| XYZ | 34.36 | 33.82 | 8.33 | - |
| YUV | 152.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 55 | 0 | 0.23 | 0.72 | 0.23 | 40.43 | 0.56 | 0.49 |
| Hex | C4 | 96 | 37 | 0 | 17 | 48 | 17 | 28 | 38 | 31 |
| Octal | 304 | 226 | 67 | 0 | 27 | 110 | 27 | 50 | 70 | 61 |
| Binary | 11000100 | 10010110 | 110111 | 0 | 10111 | 1001000 | 10111 | 101000 | 111000 | 110001 |
Color Harmonies of #C49637
Complementary color
Monochromatic Colors of #C49637
Black with #C49637
Text Example
Text Example
White with #C49637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49637; }
p { color: rgb(196,150,55); }
H1.HeaderClassName
{
color: #C49637;
}
.AnyTagClassName
{
color: #C49637;
}
</style>
background-color css
<style>
a { background-color: #C49637; }
a { background-color: rgb(196,150,55); }
div.DivClassName
{
background-color: #C49637;
}
.BgClassName
{
background-color: #C49637;
}
</style>
border-color css
<style>
span { border-color: #C49637; }
span { border-color: rgb(196,150,55); }
td.TdClassName
{
border-color: #C49637;
}
.TagClassName
{
border-color: #C49637;
}
</style>