Shades of Pizza #C1903C
Tints of Pizza #C1903C
RGB
CMYK
RGB Variations
Color information
#C1903C (or 0xC1903C) is known color: Pizza. HEX triplet: C1, 90 and 3C. RGB value is (193,144,60). Sum of RGB (Red+Green+Blue) = 193+144+60=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1903C is #3E6FC3. Grayscale: #959595. Windows color (decimal): -4091844 or 3969217. OLE color: 3969217.
HSL color Cylindrical-coordinate representation of color #C1903C: hue angle of 37.89º 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 #C1903C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 60 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.24 |
| HSL | 37.89º | 0.53% | 0.5% | - |
| HSV(B) | 37.89º | 0.69% | 0.76% | - |
| XYZ | 32.78 | 31.61 | 8.65 | - |
| YUV | 149.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 60 | 0 | 0.25 | 0.69 | 0.24 | 37.89 | 0.53 | 0.5 |
| Hex | C1 | 90 | 3C | 0 | 19 | 45 | 18 | 26 | 35 | 32 |
| Octal | 301 | 220 | 74 | 0 | 31 | 105 | 30 | 46 | 65 | 62 |
| Binary | 11000001 | 10010000 | 111100 | 0 | 11001 | 1000101 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C1903C
Complementary color
Monochromatic Colors of #C1903C
Black with #C1903C
Text Example
Text Example
White with #C1903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1903C; }
p { color: rgb(193,144,60); }
H1.HeaderClassName
{
color: #C1903C;
}
.AnyTagClassName
{
color: #C1903C;
}
</style>
background-color css
<style>
a { background-color: #C1903C; }
a { background-color: rgb(193,144,60); }
div.DivClassName
{
background-color: #C1903C;
}
.BgClassName
{
background-color: #C1903C;
}
</style>
border-color css
<style>
span { border-color: #C1903C; }
span { border-color: rgb(193,144,60); }
td.TdClassName
{
border-color: #C1903C;
}
.TagClassName
{
border-color: #C1903C;
}
</style>