Shades of Pizza #C59138
Tints of Pizza #C59138
RGB
CMYK
RGB Variations
Color information
#C59138 (or 0xC59138) is known color: Pizza. HEX triplet: C5, 91 and 38. RGB value is (197,145,56). Sum of RGB (Red+Green+Blue) = 197+145+56=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C59138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59138 is #3A6EC7. Grayscale: #969696. Windows color (decimal): -3829448 or 3707333. OLE color: 3707333.
HSL color Cylindrical-coordinate representation of color #C59138: hue angle of 37.87º 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 #C59138 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 56 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.23 |
| HSL | 37.87º | 0.56% | 0.5% | - |
| HSV(B) | 37.87º | 0.72% | 0.77% | - |
| XYZ | 33.87 | 32.41 | 8.21 | - |
| YUV | 150.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 56 | 0 | 0.26 | 0.72 | 0.23 | 37.87 | 0.56 | 0.5 |
| Hex | C5 | 91 | 38 | 0 | 1A | 48 | 17 | 26 | 38 | 32 |
| Octal | 305 | 221 | 70 | 0 | 32 | 110 | 27 | 46 | 70 | 62 |
| Binary | 11000101 | 10010001 | 111000 | 0 | 11010 | 1001000 | 10111 | 100110 | 111000 | 110010 |
Color Harmonies of #C59138
Complementary color
Monochromatic Colors of #C59138
Black with #C59138
Text Example
Text Example
White with #C59138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59138; }
p { color: rgb(197,145,56); }
H1.HeaderClassName
{
color: #C59138;
}
.AnyTagClassName
{
color: #C59138;
}
</style>
background-color css
<style>
a { background-color: #C59138; }
a { background-color: rgb(197,145,56); }
div.DivClassName
{
background-color: #C59138;
}
.BgClassName
{
background-color: #C59138;
}
</style>
border-color css
<style>
span { border-color: #C59138; }
span { border-color: rgb(197,145,56); }
td.TdClassName
{
border-color: #C59138;
}
.TagClassName
{
border-color: #C59138;
}
</style>