Shades of Pizza #C59638
Tints of Pizza #C59638
RGB
CMYK
RGB Variations
Color information
#C59638 (or 0xC59638) is known color: Pizza. HEX triplet: C5, 96 and 38. RGB value is (197,150,56). Sum of RGB (Red+Green+Blue) = 197+150+56=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C59638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59638 is #3A69C7. Grayscale: #999999. Windows color (decimal): -3828168 or 3708613. OLE color: 3708613.
HSL color Cylindrical-coordinate representation of color #C59638: hue angle of 40º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C59638 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 56 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.23 |
| HSL | 40º | 0.56% | 0.5% | - |
| HSV(B) | 40º | 0.72% | 0.77% | - |
| XYZ | 34.65 | 33.97 | 8.47 | - |
| YUV | 153.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 56 | 0 | 0.24 | 0.72 | 0.23 | 40 | 0.56 | 0.5 |
| Hex | C5 | 96 | 38 | 0 | 18 | 48 | 17 | 28 | 38 | 32 |
| Octal | 305 | 226 | 70 | 0 | 30 | 110 | 27 | 50 | 70 | 62 |
| Binary | 11000101 | 10010110 | 111000 | 0 | 11000 | 1001000 | 10111 | 101000 | 111000 | 110010 |
Color Harmonies of #C59638
Complementary color
Monochromatic Colors of #C59638
Black with #C59638
Text Example
Text Example
White with #C59638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59638; }
p { color: rgb(197,150,56); }
H1.HeaderClassName
{
color: #C59638;
}
.AnyTagClassName
{
color: #C59638;
}
</style>
background-color css
<style>
a { background-color: #C59638; }
a { background-color: rgb(197,150,56); }
div.DivClassName
{
background-color: #C59638;
}
.BgClassName
{
background-color: #C59638;
}
</style>
border-color css
<style>
span { border-color: #C59638; }
span { border-color: rgb(197,150,56); }
td.TdClassName
{
border-color: #C59638;
}
.TagClassName
{
border-color: #C59638;
}
</style>