Shades of Pizza #C1863E
Tints of Pizza #C1863E
RGB
CMYK
RGB Variations
Color information
#C1863E (or 0xC1863E) is known color: Pizza. HEX triplet: C1, 86 and 3E. RGB value is (193,134,62). Sum of RGB (Red+Green+Blue) = 193+134+62=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1863E is #3E79C1. Grayscale: #8F8F8F. Windows color (decimal): -4094402 or 4097729. OLE color: 4097729.
HSL color Cylindrical-coordinate representation of color #C1863E: hue angle of 32.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1863E is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 62 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.24 |
| HSL | 32.98º | 0.51% | 0.5% | - |
| HSV(B) | 32.98º | 0.68% | 0.76% | - |
| XYZ | 31.39 | 28.74 | 8.45 | - |
| YUV | 143.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 62 | 0 | 0.31 | 0.68 | 0.24 | 32.98 | 0.51 | 0.5 |
| Hex | C1 | 86 | 3E | 0 | 1F | 44 | 18 | 21 | 33 | 32 |
| Octal | 301 | 206 | 76 | 0 | 37 | 104 | 30 | 41 | 63 | 62 |
| Binary | 11000001 | 10000110 | 111110 | 0 | 11111 | 1000100 | 11000 | 100001 | 110011 | 110010 |
Color Harmonies of #C1863E
Complementary color
Monochromatic Colors of #C1863E
Black with #C1863E
Text Example
Text Example
White with #C1863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1863E; }
p { color: rgb(193,134,62); }
H1.HeaderClassName
{
color: #C1863E;
}
.AnyTagClassName
{
color: #C1863E;
}
</style>
background-color css
<style>
a { background-color: #C1863E; }
a { background-color: rgb(193,134,62); }
div.DivClassName
{
background-color: #C1863E;
}
.BgClassName
{
background-color: #C1863E;
}
</style>
border-color css
<style>
span { border-color: #C1863E; }
span { border-color: rgb(193,134,62); }
td.TdClassName
{
border-color: #C1863E;
}
.TagClassName
{
border-color: #C1863E;
}
</style>