Shades of Pizza #C59237
Tints of Pizza #C59237
RGB
CMYK
RGB Variations
Color information
#C59237 (or 0xC59237) is known color: Pizza. HEX triplet: C5, 92 and 37. RGB value is (197,146,55). Sum of RGB (Red+Green+Blue) = 197+146+55=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C59237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59237 is #3A6DC8. Grayscale: #979797. Windows color (decimal): -3829193 or 3642053. OLE color: 3642053.
HSL color Cylindrical-coordinate representation of color #C59237: hue angle of 38.45º 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 #C59237 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 55 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.23 |
| HSL | 38.45º | 0.56% | 0.49% | - |
| HSV(B) | 38.45º | 0.72% | 0.77% | - |
| XYZ | 33.99 | 32.7 | 8.14 | - |
| YUV | 150.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 55 | 0 | 0.26 | 0.72 | 0.23 | 38.45 | 0.56 | 0.49 |
| Hex | C5 | 92 | 37 | 0 | 1A | 48 | 17 | 26 | 38 | 31 |
| Octal | 305 | 222 | 67 | 0 | 32 | 110 | 27 | 46 | 70 | 61 |
| Binary | 11000101 | 10010010 | 110111 | 0 | 11010 | 1001000 | 10111 | 100110 | 111000 | 110001 |
Color Harmonies of #C59237
Complementary color
Monochromatic Colors of #C59237
Black with #C59237
Text Example
Text Example
White with #C59237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59237; }
p { color: rgb(197,146,55); }
H1.HeaderClassName
{
color: #C59237;
}
.AnyTagClassName
{
color: #C59237;
}
</style>
background-color css
<style>
a { background-color: #C59237; }
a { background-color: rgb(197,146,55); }
div.DivClassName
{
background-color: #C59237;
}
.BgClassName
{
background-color: #C59237;
}
</style>
border-color css
<style>
span { border-color: #C59237; }
span { border-color: rgb(197,146,55); }
td.TdClassName
{
border-color: #C59237;
}
.TagClassName
{
border-color: #C59237;
}
</style>