Shades of Pizza #C1873E
Tints of Pizza #C1873E
RGB
CMYK
RGB Variations
Color information
#C1873E (or 0xC1873E) is known color: Pizza. HEX triplet: C1, 87 and 3E. RGB value is (193,135,62). Sum of RGB (Red+Green+Blue) = 193+135+62=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873E is #3E78C1. Grayscale: #909090. Windows color (decimal): -4094146 or 4097985. OLE color: 4097985.
HSL color Cylindrical-coordinate representation of color #C1873E: hue angle of 33.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1873E is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 62 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.24 |
| HSL | 33.44º | 0.51% | 0.5% | - |
| HSV(B) | 33.44º | 0.68% | 0.76% | - |
| XYZ | 31.53 | 29.01 | 8.5 | - |
| YUV | 144.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 62 | 0 | 0.30 | 0.68 | 0.24 | 33.44 | 0.51 | 0.5 |
| Hex | C1 | 87 | 3E | 0 | 1E | 44 | 18 | 21 | 33 | 32 |
| Octal | 301 | 207 | 76 | 0 | 36 | 104 | 30 | 41 | 63 | 62 |
| Binary | 11000001 | 10000111 | 111110 | 0 | 11110 | 1000100 | 11000 | 100001 | 110011 | 110010 |
Color Harmonies of #C1873E
Complementary color
Monochromatic Colors of #C1873E
Black with #C1873E
Text Example
Text Example
White with #C1873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1873E; }
p { color: rgb(193,135,62); }
H1.HeaderClassName
{
color: #C1873E;
}
.AnyTagClassName
{
color: #C1873E;
}
</style>
background-color css
<style>
a { background-color: #C1873E; }
a { background-color: rgb(193,135,62); }
div.DivClassName
{
background-color: #C1873E;
}
.BgClassName
{
background-color: #C1873E;
}
</style>
border-color css
<style>
span { border-color: #C1873E; }
span { border-color: rgb(193,135,62); }
td.TdClassName
{
border-color: #C1873E;
}
.TagClassName
{
border-color: #C1873E;
}
</style>