Shades of Pizza #C59238
Tints of Pizza #C59238
RGB
CMYK
RGB Variations
Color information
#C59238 (or 0xC59238) is known color: Pizza. HEX triplet: C5, 92 and 38. RGB value is (197,146,56). Sum of RGB (Red+Green+Blue) = 197+146+56=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C59238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59238 is #3A6DC7. Grayscale: #979797. Windows color (decimal): -3829192 or 3707589. OLE color: 3707589.
HSL color Cylindrical-coordinate representation of color #C59238: hue angle of 38.3º 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 #C59238 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 56 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.23 |
| HSL | 38.3º | 0.56% | 0.5% | - |
| HSV(B) | 38.3º | 0.72% | 0.77% | - |
| XYZ | 34.02 | 32.71 | 8.26 | - |
| YUV | 150.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 56 | 0 | 0.26 | 0.72 | 0.23 | 38.3 | 0.56 | 0.5 |
| Hex | C5 | 92 | 38 | 0 | 1A | 48 | 17 | 26 | 38 | 32 |
| Octal | 305 | 222 | 70 | 0 | 32 | 110 | 27 | 46 | 70 | 62 |
| Binary | 11000101 | 10010010 | 111000 | 0 | 11010 | 1001000 | 10111 | 100110 | 111000 | 110010 |
Color Harmonies of #C59238
Complementary color
Monochromatic Colors of #C59238
Black with #C59238
Text Example
Text Example
White with #C59238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59238; }
p { color: rgb(197,146,56); }
H1.HeaderClassName
{
color: #C59238;
}
.AnyTagClassName
{
color: #C59238;
}
</style>
background-color css
<style>
a { background-color: #C59238; }
a { background-color: rgb(197,146,56); }
div.DivClassName
{
background-color: #C59238;
}
.BgClassName
{
background-color: #C59238;
}
</style>
border-color css
<style>
span { border-color: #C59238; }
span { border-color: rgb(197,146,56); }
td.TdClassName
{
border-color: #C59238;
}
.TagClassName
{
border-color: #C59238;
}
</style>