Shades of Pizza #C59939
Tints of Pizza #C59939
RGB
CMYK
RGB Variations
Color information
#C59939 (or 0xC59939) is known color: Pizza. HEX triplet: C5, 99 and 39. RGB value is (197,153,57). Sum of RGB (Red+Green+Blue) = 197+153+57=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C59939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59939 is #3A66C6. Grayscale: #9B9B9B. Windows color (decimal): -3827399 or 3774917. OLE color: 3774917.
HSL color Cylindrical-coordinate representation of color #C59939: hue angle of 41.14º 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 #C59939 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 57 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.23 |
| HSL | 41.14º | 0.55% | 0.5% | - |
| HSV(B) | 41.14º | 0.71% | 0.77% | - |
| XYZ | 35.16 | 34.95 | 8.76 | - |
| YUV | 155.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 57 | 0 | 0.22 | 0.71 | 0.23 | 41.14 | 0.55 | 0.5 |
| Hex | C5 | 99 | 39 | 0 | 16 | 47 | 17 | 29 | 37 | 32 |
| Octal | 305 | 231 | 71 | 0 | 26 | 107 | 27 | 51 | 67 | 62 |
| Binary | 11000101 | 10011001 | 111001 | 0 | 10110 | 1000111 | 10111 | 101001 | 110111 | 110010 |
Color Harmonies of #C59939
Complementary color
Monochromatic Colors of #C59939
Black with #C59939
Text Example
Text Example
White with #C59939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59939; }
p { color: rgb(197,153,57); }
H1.HeaderClassName
{
color: #C59939;
}
.AnyTagClassName
{
color: #C59939;
}
</style>
background-color css
<style>
a { background-color: #C59939; }
a { background-color: rgb(197,153,57); }
div.DivClassName
{
background-color: #C59939;
}
.BgClassName
{
background-color: #C59939;
}
</style>
border-color css
<style>
span { border-color: #C59939; }
span { border-color: rgb(197,153,57); }
td.TdClassName
{
border-color: #C59939;
}
.TagClassName
{
border-color: #C59939;
}
</style>