Shades of Pizza #C0863C
Tints of Pizza #C0863C
RGB
CMYK
RGB Variations
Color information
#C0863C (or 0xC0863C) is known color: Pizza. HEX triplet: C0, 86 and 3C. RGB value is (192,134,60). Sum of RGB (Red+Green+Blue) = 192+134+60=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0863C is #3F79C3. Grayscale: #8F8F8F. Windows color (decimal): -4159940 or 3966656. OLE color: 3966656.
HSL color Cylindrical-coordinate representation of color #C0863C: hue angle of 33.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0863C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 60 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.25 |
| HSL | 33.64º | 0.52% | 0.49% | - |
| HSV(B) | 33.64º | 0.69% | 0.75% | - |
| XYZ | 31.08 | 28.58 | 8.15 | - |
| YUV | 142.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 60 | 0 | 0.30 | 0.69 | 0.25 | 33.64 | 0.52 | 0.49 |
| Hex | C0 | 86 | 3C | 0 | 1E | 45 | 19 | 22 | 34 | 31 |
| Octal | 300 | 206 | 74 | 0 | 36 | 105 | 31 | 42 | 64 | 61 |
| Binary | 11000000 | 10000110 | 111100 | 0 | 11110 | 1000101 | 11001 | 100010 | 110100 | 110001 |
Color Harmonies of #C0863C
Complementary color
Monochromatic Colors of #C0863C
Black with #C0863C
Text Example
Text Example
White with #C0863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0863C; }
p { color: rgb(192,134,60); }
H1.HeaderClassName
{
color: #C0863C;
}
.AnyTagClassName
{
color: #C0863C;
}
</style>
background-color css
<style>
a { background-color: #C0863C; }
a { background-color: rgb(192,134,60); }
div.DivClassName
{
background-color: #C0863C;
}
.BgClassName
{
background-color: #C0863C;
}
</style>
border-color css
<style>
span { border-color: #C0863C; }
span { border-color: rgb(192,134,60); }
td.TdClassName
{
border-color: #C0863C;
}
.TagClassName
{
border-color: #C0863C;
}
</style>