Shades of Pizza #C1873C
Tints of Pizza #C1873C
RGB
CMYK
RGB Variations
Color information
#C1873C (or 0xC1873C) is known color: Pizza. HEX triplet: C1, 87 and 3C. RGB value is (193,135,60). Sum of RGB (Red+Green+Blue) = 193+135+60=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873C is #3E78C3. Grayscale: #909090. Windows color (decimal): -4094148 or 3966913. OLE color: 3966913.
HSL color Cylindrical-coordinate representation of color #C1873C: hue angle of 33.83º 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 #C1873C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 60 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.24 |
| HSL | 33.83º | 0.53% | 0.5% | - |
| HSV(B) | 33.83º | 0.69% | 0.76% | - |
| XYZ | 31.47 | 28.99 | 8.21 | - |
| YUV | 143.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 60 | 0 | 0.30 | 0.69 | 0.24 | 33.83 | 0.53 | 0.5 |
| Hex | C1 | 87 | 3C | 0 | 1E | 45 | 18 | 22 | 35 | 32 |
| Octal | 301 | 207 | 74 | 0 | 36 | 105 | 30 | 42 | 65 | 62 |
| Binary | 11000001 | 10000111 | 111100 | 0 | 11110 | 1000101 | 11000 | 100010 | 110101 | 110010 |
Color Harmonies of #C1873C
Complementary color
Monochromatic Colors of #C1873C
Black with #C1873C
Text Example
Text Example
White with #C1873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1873C; }
p { color: rgb(193,135,60); }
H1.HeaderClassName
{
color: #C1873C;
}
.AnyTagClassName
{
color: #C1873C;
}
</style>
background-color css
<style>
a { background-color: #C1873C; }
a { background-color: rgb(193,135,60); }
div.DivClassName
{
background-color: #C1873C;
}
.BgClassName
{
background-color: #C1873C;
}
</style>
border-color css
<style>
span { border-color: #C1873C; }
span { border-color: rgb(193,135,60); }
td.TdClassName
{
border-color: #C1873C;
}
.TagClassName
{
border-color: #C1873C;
}
</style>