Shades of Pizza #C49139
Tints of Pizza #C49139
RGB
CMYK
RGB Variations
Color information
#C49139 (or 0xC49139) is known color: Pizza. HEX triplet: C4, 91 and 39. RGB value is (196,145,57). Sum of RGB (Red+Green+Blue) = 196+145+57=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49139 is #3B6EC6. Grayscale: #969696. Windows color (decimal): -3894983 or 3772868. OLE color: 3772868.
HSL color Cylindrical-coordinate representation of color #C49139: hue angle of 37.99º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C49139 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 57 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.23 |
| HSL | 37.99º | 0.55% | 0.5% | - |
| HSV(B) | 37.99º | 0.71% | 0.77% | - |
| XYZ | 33.63 | 32.28 | 8.33 | - |
| YUV | 150.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 57 | 0 | 0.26 | 0.71 | 0.23 | 37.99 | 0.55 | 0.5 |
| Hex | C4 | 91 | 39 | 0 | 1A | 47 | 17 | 26 | 37 | 32 |
| Octal | 304 | 221 | 71 | 0 | 32 | 107 | 27 | 46 | 67 | 62 |
| Binary | 11000100 | 10010001 | 111001 | 0 | 11010 | 1000111 | 10111 | 100110 | 110111 | 110010 |
Color Harmonies of #C49139
Complementary color
Monochromatic Colors of #C49139
Black with #C49139
Text Example
Text Example
White with #C49139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49139; }
p { color: rgb(196,145,57); }
H1.HeaderClassName
{
color: #C49139;
}
.AnyTagClassName
{
color: #C49139;
}
</style>
background-color css
<style>
a { background-color: #C49139; }
a { background-color: rgb(196,145,57); }
div.DivClassName
{
background-color: #C49139;
}
.BgClassName
{
background-color: #C49139;
}
</style>
border-color css
<style>
span { border-color: #C49139; }
span { border-color: rgb(196,145,57); }
td.TdClassName
{
border-color: #C49139;
}
.TagClassName
{
border-color: #C49139;
}
</style>