Shades of Pizza #C0863D
Tints of Pizza #C0863D
RGB
CMYK
RGB Variations
Color information
#C0863D (or 0xC0863D) is known color: Pizza. HEX triplet: C0, 86 and 3D. RGB value is (192,134,61). Sum of RGB (Red+Green+Blue) = 192+134+61=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0863D is #3F79C2. Grayscale: #8F8F8F. Windows color (decimal): -4159939 or 4032192. OLE color: 4032192.
HSL color Cylindrical-coordinate representation of color #C0863D: hue angle of 33.44º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0863D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 61 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.25 |
| HSL | 33.44º | 0.52% | 0.5% | - |
| HSV(B) | 33.44º | 0.68% | 0.75% | - |
| XYZ | 31.11 | 28.59 | 8.29 | - |
| YUV | 143.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 61 | 0 | 0.30 | 0.68 | 0.25 | 33.44 | 0.52 | 0.5 |
| Hex | C0 | 86 | 3D | 0 | 1E | 44 | 19 | 21 | 34 | 32 |
| Octal | 300 | 206 | 75 | 0 | 36 | 104 | 31 | 41 | 64 | 62 |
| Binary | 11000000 | 10000110 | 111101 | 0 | 11110 | 1000100 | 11001 | 100001 | 110100 | 110010 |
Color Harmonies of #C0863D
Complementary color
Monochromatic Colors of #C0863D
Black with #C0863D
Text Example
Text Example
White with #C0863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0863D; }
p { color: rgb(192,134,61); }
H1.HeaderClassName
{
color: #C0863D;
}
.AnyTagClassName
{
color: #C0863D;
}
</style>
background-color css
<style>
a { background-color: #C0863D; }
a { background-color: rgb(192,134,61); }
div.DivClassName
{
background-color: #C0863D;
}
.BgClassName
{
background-color: #C0863D;
}
</style>
border-color css
<style>
span { border-color: #C0863D; }
span { border-color: rgb(192,134,61); }
td.TdClassName
{
border-color: #C0863D;
}
.TagClassName
{
border-color: #C0863D;
}
</style>