Shades of Pizza #C1873A
Tints of Pizza #C1873A
RGB
CMYK
RGB Variations
Color information
#C1873A (or 0xC1873A) is known color: Pizza. HEX triplet: C1, 87 and 3A. RGB value is (193,135,58). Sum of RGB (Red+Green+Blue) = 193+135+58=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873A is #3E78C5. Grayscale: #8F8F8F. Windows color (decimal): -4094150 or 3835841. OLE color: 3835841.
HSL color Cylindrical-coordinate representation of color #C1873A: hue angle of 34.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1873A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 58 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.24 |
| HSL | 34.22º | 0.54% | 0.49% | - |
| HSV(B) | 34.22º | 0.7% | 0.76% | - |
| XYZ | 31.42 | 28.97 | 7.94 | - |
| YUV | 143.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 58 | 0 | 0.30 | 0.70 | 0.24 | 34.22 | 0.54 | 0.49 |
| Hex | C1 | 87 | 3A | 0 | 1E | 46 | 18 | 22 | 36 | 31 |
| Octal | 301 | 207 | 72 | 0 | 36 | 106 | 30 | 42 | 66 | 61 |
| Binary | 11000001 | 10000111 | 111010 | 0 | 11110 | 1000110 | 11000 | 100010 | 110110 | 110001 |
Color Harmonies of #C1873A
Complementary color
Monochromatic Colors of #C1873A
Black with #C1873A
Text Example
Text Example
White with #C1873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1873A; }
p { color: rgb(193,135,58); }
H1.HeaderClassName
{
color: #C1873A;
}
.AnyTagClassName
{
color: #C1873A;
}
</style>
background-color css
<style>
a { background-color: #C1873A; }
a { background-color: rgb(193,135,58); }
div.DivClassName
{
background-color: #C1873A;
}
.BgClassName
{
background-color: #C1873A;
}
</style>
border-color css
<style>
span { border-color: #C1873A; }
span { border-color: rgb(193,135,58); }
td.TdClassName
{
border-color: #C1873A;
}
.TagClassName
{
border-color: #C1873A;
}
</style>