Shades of Pizza #C49336
Tints of Pizza #C49336
RGB
CMYK
RGB Variations
Color information
#C49336 (or 0xC49336) is known color: Pizza. HEX triplet: C4, 93 and 36. RGB value is (196,147,54). Sum of RGB (Red+Green+Blue) = 196+147+54=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C49336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49336 is #3B6CC9. Grayscale: #979797. Windows color (decimal): -3894474 or 3576772. OLE color: 3576772.
HSL color Cylindrical-coordinate representation of color #C49336: hue angle of 39.3º 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 #C49336 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 54 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.23 |
| HSL | 39.3º | 0.57% | 0.49% | - |
| HSV(B) | 39.3º | 0.72% | 0.77% | - |
| XYZ | 33.86 | 32.87 | 8.05 | - |
| YUV | 151.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 54 | 0 | 0.25 | 0.72 | 0.23 | 39.3 | 0.57 | 0.49 |
| Hex | C4 | 93 | 36 | 0 | 19 | 48 | 17 | 27 | 39 | 31 |
| Octal | 304 | 223 | 66 | 0 | 31 | 110 | 27 | 47 | 71 | 61 |
| Binary | 11000100 | 10010011 | 110110 | 0 | 11001 | 1001000 | 10111 | 100111 | 111001 | 110001 |
Color Harmonies of #C49336
Complementary color
Monochromatic Colors of #C49336
Black with #C49336
Text Example
Text Example
White with #C49336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49336; }
p { color: rgb(196,147,54); }
H1.HeaderClassName
{
color: #C49336;
}
.AnyTagClassName
{
color: #C49336;
}
</style>
background-color css
<style>
a { background-color: #C49336; }
a { background-color: rgb(196,147,54); }
div.DivClassName
{
background-color: #C49336;
}
.BgClassName
{
background-color: #C49336;
}
</style>
border-color css
<style>
span { border-color: #C49336; }
span { border-color: rgb(196,147,54); }
td.TdClassName
{
border-color: #C49336;
}
.TagClassName
{
border-color: #C49336;
}
</style>