Shades of Pizza #C2863C
Tints of Pizza #C2863C
RGB
CMYK
RGB Variations
Color information
#C2863C (or 0xC2863C) is known color: Pizza. HEX triplet: C2, 86 and 3C. RGB value is (194,134,60). Sum of RGB (Red+Green+Blue) = 194+134+60=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2863C is #3D79C3. Grayscale: #8F8F8F. Windows color (decimal): -4028868 or 3966658. OLE color: 3966658.
HSL color Cylindrical-coordinate representation of color #C2863C: hue angle of 33.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2863C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 60 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.24 |
| HSL | 33.13º | 0.53% | 0.5% | - |
| HSV(B) | 33.13º | 0.69% | 0.76% | - |
| XYZ | 31.59 | 28.85 | 8.18 | - |
| YUV | 143.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 60 | 0 | 0.31 | 0.69 | 0.24 | 33.13 | 0.53 | 0.5 |
| Hex | C2 | 86 | 3C | 0 | 1F | 45 | 18 | 21 | 35 | 32 |
| Octal | 302 | 206 | 74 | 0 | 37 | 105 | 30 | 41 | 65 | 62 |
| Binary | 11000010 | 10000110 | 111100 | 0 | 11111 | 1000101 | 11000 | 100001 | 110101 | 110010 |
Color Harmonies of #C2863C
Complementary color
Monochromatic Colors of #C2863C
Black with #C2863C
Text Example
Text Example
White with #C2863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2863C; }
p { color: rgb(194,134,60); }
H1.HeaderClassName
{
color: #C2863C;
}
.AnyTagClassName
{
color: #C2863C;
}
</style>
background-color css
<style>
a { background-color: #C2863C; }
a { background-color: rgb(194,134,60); }
div.DivClassName
{
background-color: #C2863C;
}
.BgClassName
{
background-color: #C2863C;
}
</style>
border-color css
<style>
span { border-color: #C2863C; }
span { border-color: rgb(194,134,60); }
td.TdClassName
{
border-color: #C2863C;
}
.TagClassName
{
border-color: #C2863C;
}
</style>