Shades of Pizza #C59639
Tints of Pizza #C59639
RGB
CMYK
RGB Variations
Color information
#C59639 (or 0xC59639) is known color: Pizza. HEX triplet: C5, 96 and 39. RGB value is (197,150,57). Sum of RGB (Red+Green+Blue) = 197+150+57=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C59639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59639 is #3A69C6. Grayscale: #999999. Windows color (decimal): -3828167 or 3774149. OLE color: 3774149.
HSL color Cylindrical-coordinate representation of color #C59639: hue angle of 39.86º 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 #C59639 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 57 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.23 |
| HSL | 39.86º | 0.55% | 0.5% | - |
| HSV(B) | 39.86º | 0.71% | 0.77% | - |
| XYZ | 34.67 | 33.98 | 8.6 | - |
| YUV | 153.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 57 | 0 | 0.24 | 0.71 | 0.23 | 39.86 | 0.55 | 0.5 |
| Hex | C5 | 96 | 39 | 0 | 18 | 47 | 17 | 28 | 37 | 32 |
| Octal | 305 | 226 | 71 | 0 | 30 | 107 | 27 | 50 | 67 | 62 |
| Binary | 11000101 | 10010110 | 111001 | 0 | 11000 | 1000111 | 10111 | 101000 | 110111 | 110010 |
Color Harmonies of #C59639
Complementary color
Monochromatic Colors of #C59639
Black with #C59639
Text Example
Text Example
White with #C59639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59639; }
p { color: rgb(197,150,57); }
H1.HeaderClassName
{
color: #C59639;
}
.AnyTagClassName
{
color: #C59639;
}
</style>
background-color css
<style>
a { background-color: #C59639; }
a { background-color: rgb(197,150,57); }
div.DivClassName
{
background-color: #C59639;
}
.BgClassName
{
background-color: #C59639;
}
</style>
border-color css
<style>
span { border-color: #C59639; }
span { border-color: rgb(197,150,57); }
td.TdClassName
{
border-color: #C59639;
}
.TagClassName
{
border-color: #C59639;
}
</style>