Shades of Pizza #C49236
Tints of Pizza #C49236
RGB
CMYK
RGB Variations
Color information
#C49236 (or 0xC49236) is known color: Pizza. HEX triplet: C4, 92 and 36. RGB value is (196,146,54). Sum of RGB (Red+Green+Blue) = 196+146+54=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49236 is #3B6DC9. Grayscale: #969696. Windows color (decimal): -3894730 or 3576516. OLE color: 3576516.
HSL color Cylindrical-coordinate representation of color #C49236: hue angle of 38.87º 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 #C49236 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 54 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.23 |
| HSL | 38.87º | 0.57% | 0.49% | - |
| HSV(B) | 38.87º | 0.72% | 0.77% | - |
| XYZ | 33.71 | 32.56 | 8 | - |
| YUV | 150.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 54 | 0 | 0.26 | 0.72 | 0.23 | 38.87 | 0.57 | 0.49 |
| Hex | C4 | 92 | 36 | 0 | 1A | 48 | 17 | 27 | 39 | 31 |
| Octal | 304 | 222 | 66 | 0 | 32 | 110 | 27 | 47 | 71 | 61 |
| Binary | 11000100 | 10010010 | 110110 | 0 | 11010 | 1001000 | 10111 | 100111 | 111001 | 110001 |
Color Harmonies of #C49236
Complementary color
Monochromatic Colors of #C49236
Black with #C49236
Text Example
Text Example
White with #C49236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49236; }
p { color: rgb(196,146,54); }
H1.HeaderClassName
{
color: #C49236;
}
.AnyTagClassName
{
color: #C49236;
}
</style>
background-color css
<style>
a { background-color: #C49236; }
a { background-color: rgb(196,146,54); }
div.DivClassName
{
background-color: #C49236;
}
.BgClassName
{
background-color: #C49236;
}
</style>
border-color css
<style>
span { border-color: #C49236; }
span { border-color: rgb(196,146,54); }
td.TdClassName
{
border-color: #C49236;
}
.TagClassName
{
border-color: #C49236;
}
</style>