Shades of Pizza #C49036
Tints of Pizza #C49036
RGB
CMYK
RGB Variations
Color information
#C49036 (or 0xC49036) is known color: Pizza. HEX triplet: C4, 90 and 36. RGB value is (196,144,54). Sum of RGB (Red+Green+Blue) = 196+144+54=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49036 is #3B6FC9. Grayscale: #959595. Windows color (decimal): -3895242 or 3576004. OLE color: 3576004.
HSL color Cylindrical-coordinate representation of color #C49036: hue angle of 38.03º 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 #C49036 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 54 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.23 |
| HSL | 38.03º | 0.57% | 0.49% | - |
| HSV(B) | 38.03º | 0.72% | 0.77% | - |
| XYZ | 33.4 | 31.95 | 7.9 | - |
| YUV | 149.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 54 | 0 | 0.27 | 0.72 | 0.23 | 38.03 | 0.57 | 0.49 |
| Hex | C4 | 90 | 36 | 0 | 1B | 48 | 17 | 26 | 39 | 31 |
| Octal | 304 | 220 | 66 | 0 | 33 | 110 | 27 | 46 | 71 | 61 |
| Binary | 11000100 | 10010000 | 110110 | 0 | 11011 | 1001000 | 10111 | 100110 | 111001 | 110001 |
Color Harmonies of #C49036
Complementary color
Monochromatic Colors of #C49036
Black with #C49036
Text Example
Text Example
White with #C49036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49036; }
p { color: rgb(196,144,54); }
H1.HeaderClassName
{
color: #C49036;
}
.AnyTagClassName
{
color: #C49036;
}
</style>
background-color css
<style>
a { background-color: #C49036; }
a { background-color: rgb(196,144,54); }
div.DivClassName
{
background-color: #C49036;
}
.BgClassName
{
background-color: #C49036;
}
</style>
border-color css
<style>
span { border-color: #C49036; }
span { border-color: rgb(196,144,54); }
td.TdClassName
{
border-color: #C49036;
}
.TagClassName
{
border-color: #C49036;
}
</style>