Shades of Pizza #C1853C
Tints of Pizza #C1853C
RGB
CMYK
RGB Variations
Color information
#C1853C (or 0xC1853C) is known color: Pizza. HEX triplet: C1, 85 and 3C. RGB value is (193,133,60). Sum of RGB (Red+Green+Blue) = 193+133+60=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1853C is #3E7AC3. Grayscale: #8E8E8E. Windows color (decimal): -4094660 or 3966401. OLE color: 3966401.
HSL color Cylindrical-coordinate representation of color #C1853C: hue angle of 32.93º 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 #C1853C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 60 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.24 |
| HSL | 32.93º | 0.53% | 0.5% | - |
| HSV(B) | 32.93º | 0.69% | 0.76% | - |
| XYZ | 31.2 | 28.44 | 8.12 | - |
| YUV | 142.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 60 | 0 | 0.31 | 0.69 | 0.24 | 32.93 | 0.53 | 0.5 |
| Hex | C1 | 85 | 3C | 0 | 1F | 45 | 18 | 21 | 35 | 32 |
| Octal | 301 | 205 | 74 | 0 | 37 | 105 | 30 | 41 | 65 | 62 |
| Binary | 11000001 | 10000101 | 111100 | 0 | 11111 | 1000101 | 11000 | 100001 | 110101 | 110010 |
Color Harmonies of #C1853C
Complementary color
Monochromatic Colors of #C1853C
Black with #C1853C
Text Example
Text Example
White with #C1853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1853C; }
p { color: rgb(193,133,60); }
H1.HeaderClassName
{
color: #C1853C;
}
.AnyTagClassName
{
color: #C1853C;
}
</style>
background-color css
<style>
a { background-color: #C1853C; }
a { background-color: rgb(193,133,60); }
div.DivClassName
{
background-color: #C1853C;
}
.BgClassName
{
background-color: #C1853C;
}
</style>
border-color css
<style>
span { border-color: #C1853C; }
span { border-color: rgb(193,133,60); }
td.TdClassName
{
border-color: #C1853C;
}
.TagClassName
{
border-color: #C1853C;
}
</style>