Shades of Pizza #C19439
Tints of Pizza #C19439
RGB
CMYK
RGB Variations
Color information
#C19439 (or 0xC19439) is known color: Pizza. HEX triplet: C1, 94 and 39. RGB value is (193,148,57). Sum of RGB (Red+Green+Blue) = 193+148+57=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19439 is #3E6BC6. Grayscale: #979797. Windows color (decimal): -4090823 or 3773633. OLE color: 3773633.
HSL color Cylindrical-coordinate representation of color #C19439: hue angle of 40.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C19439 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 57 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.24 |
| HSL | 40.15º | 0.54% | 0.49% | - |
| HSV(B) | 40.15º | 0.7% | 0.76% | - |
| XYZ | 33.32 | 32.81 | 8.45 | - |
| YUV | 151.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 57 | 0 | 0.23 | 0.70 | 0.24 | 40.15 | 0.54 | 0.49 |
| Hex | C1 | 94 | 39 | 0 | 17 | 46 | 18 | 28 | 36 | 31 |
| Octal | 301 | 224 | 71 | 0 | 27 | 106 | 30 | 50 | 66 | 61 |
| Binary | 11000001 | 10010100 | 111001 | 0 | 10111 | 1000110 | 11000 | 101000 | 110110 | 110001 |
Color Harmonies of #C19439
Complementary color
Monochromatic Colors of #C19439
Black with #C19439
Text Example
Text Example
White with #C19439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19439; }
p { color: rgb(193,148,57); }
H1.HeaderClassName
{
color: #C19439;
}
.AnyTagClassName
{
color: #C19439;
}
</style>
background-color css
<style>
a { background-color: #C19439; }
a { background-color: rgb(193,148,57); }
div.DivClassName
{
background-color: #C19439;
}
.BgClassName
{
background-color: #C19439;
}
</style>
border-color css
<style>
span { border-color: #C19439; }
span { border-color: rgb(193,148,57); }
td.TdClassName
{
border-color: #C19439;
}
.TagClassName
{
border-color: #C19439;
}
</style>