Shades of Pizza #C59336
Tints of Pizza #C59336
RGB
CMYK
RGB Variations
Color information
#C59336 (or 0xC59336) is known color: Pizza. HEX triplet: C5, 93 and 36. RGB value is (197,147,54). Sum of RGB (Red+Green+Blue) = 197+147+54=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C59336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59336 is #3A6CC9. Grayscale: #979797. Windows color (decimal): -3828938 or 3576773. OLE color: 3576773.
HSL color Cylindrical-coordinate representation of color #C59336: hue angle of 39.02º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C59336 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 54 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.23 |
| HSL | 39.02º | 0.57% | 0.49% | - |
| HSV(B) | 39.02º | 0.73% | 0.77% | - |
| XYZ | 34.13 | 33 | 8.06 | - |
| YUV | 151.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 54 | 0 | 0.25 | 0.73 | 0.23 | 39.02 | 0.57 | 0.49 |
| Hex | C5 | 93 | 36 | 0 | 19 | 49 | 17 | 27 | 39 | 31 |
| Octal | 305 | 223 | 66 | 0 | 31 | 111 | 27 | 47 | 71 | 61 |
| Binary | 11000101 | 10010011 | 110110 | 0 | 11001 | 1001001 | 10111 | 100111 | 111001 | 110001 |
Color Harmonies of #C59336
Complementary color
Monochromatic Colors of #C59336
Black with #C59336
Text Example
Text Example
White with #C59336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59336; }
p { color: rgb(197,147,54); }
H1.HeaderClassName
{
color: #C59336;
}
.AnyTagClassName
{
color: #C59336;
}
</style>
background-color css
<style>
a { background-color: #C59336; }
a { background-color: rgb(197,147,54); }
div.DivClassName
{
background-color: #C59336;
}
.BgClassName
{
background-color: #C59336;
}
</style>
border-color css
<style>
span { border-color: #C59336; }
span { border-color: rgb(197,147,54); }
td.TdClassName
{
border-color: #C59336;
}
.TagClassName
{
border-color: #C59336;
}
</style>