Shades of Pizza #C1883C
Tints of Pizza #C1883C
RGB
CMYK
RGB Variations
Color information
#C1883C (or 0xC1883C) is known color: Pizza. HEX triplet: C1, 88 and 3C. RGB value is (193,136,60). Sum of RGB (Red+Green+Blue) = 193+136+60=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1883C is #3E77C3. Grayscale: #909090. Windows color (decimal): -4093892 or 3967169. OLE color: 3967169.
HSL color Cylindrical-coordinate representation of color #C1883C: hue angle of 34.29º 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 #C1883C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 60 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.24 |
| HSL | 34.29º | 0.53% | 0.5% | - |
| HSV(B) | 34.29º | 0.69% | 0.76% | - |
| XYZ | 31.61 | 29.27 | 8.26 | - |
| YUV | 144.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 60 | 0 | 0.30 | 0.69 | 0.24 | 34.29 | 0.53 | 0.5 |
| Hex | C1 | 88 | 3C | 0 | 1E | 45 | 18 | 22 | 35 | 32 |
| Octal | 301 | 210 | 74 | 0 | 36 | 105 | 30 | 42 | 65 | 62 |
| Binary | 11000001 | 10001000 | 111100 | 0 | 11110 | 1000101 | 11000 | 100010 | 110101 | 110010 |
Color Harmonies of #C1883C
Complementary color
Monochromatic Colors of #C1883C
Black with #C1883C
Text Example
Text Example
White with #C1883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1883C; }
p { color: rgb(193,136,60); }
H1.HeaderClassName
{
color: #C1883C;
}
.AnyTagClassName
{
color: #C1883C;
}
</style>
background-color css
<style>
a { background-color: #C1883C; }
a { background-color: rgb(193,136,60); }
div.DivClassName
{
background-color: #C1883C;
}
.BgClassName
{
background-color: #C1883C;
}
</style>
border-color css
<style>
span { border-color: #C1883C; }
span { border-color: rgb(193,136,60); }
td.TdClassName
{
border-color: #C1883C;
}
.TagClassName
{
border-color: #C1883C;
}
</style>