Shades of Pizza #C49237
Tints of Pizza #C49237
RGB
CMYK
RGB Variations
Color information
#C49237 (or 0xC49237) is known color: Pizza. HEX triplet: C4, 92 and 37. RGB value is (196,146,55). Sum of RGB (Red+Green+Blue) = 196+146+55=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C49237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49237 is #3B6DC8. Grayscale: #969696. Windows color (decimal): -3894729 or 3642052. OLE color: 3642052.
HSL color Cylindrical-coordinate representation of color #C49237: hue angle of 38.72º 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 #C49237 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 55 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.23 |
| HSL | 38.72º | 0.56% | 0.49% | - |
| HSV(B) | 38.72º | 0.72% | 0.77% | - |
| XYZ | 33.73 | 32.57 | 8.12 | - |
| YUV | 150.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 55 | 0 | 0.26 | 0.72 | 0.23 | 38.72 | 0.56 | 0.49 |
| Hex | C4 | 92 | 37 | 0 | 1A | 48 | 17 | 27 | 38 | 31 |
| Octal | 304 | 222 | 67 | 0 | 32 | 110 | 27 | 47 | 70 | 61 |
| Binary | 11000100 | 10010010 | 110111 | 0 | 11010 | 1001000 | 10111 | 100111 | 111000 | 110001 |
Color Harmonies of #C49237
Complementary color
Monochromatic Colors of #C49237
Black with #C49237
Text Example
Text Example
White with #C49237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49237; }
p { color: rgb(196,146,55); }
H1.HeaderClassName
{
color: #C49237;
}
.AnyTagClassName
{
color: #C49237;
}
</style>
background-color css
<style>
a { background-color: #C49237; }
a { background-color: rgb(196,146,55); }
div.DivClassName
{
background-color: #C49237;
}
.BgClassName
{
background-color: #C49237;
}
</style>
border-color css
<style>
span { border-color: #C49237; }
span { border-color: rgb(196,146,55); }
td.TdClassName
{
border-color: #C49237;
}
.TagClassName
{
border-color: #C49237;
}
</style>