Shades of Pizza #C1893E
Tints of Pizza #C1893E
RGB
CMYK
RGB Variations
Color information
#C1893E (or 0xC1893E) is known color: Pizza. HEX triplet: C1, 89 and 3E. RGB value is (193,137,62). Sum of RGB (Red+Green+Blue) = 193+137+62=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1893E is #3E76C1. Grayscale: #919191. Windows color (decimal): -4093634 or 4098497. OLE color: 4098497.
HSL color Cylindrical-coordinate representation of color #C1893E: hue angle of 34.35º 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 #C1893E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 62 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.24 |
| HSL | 34.35º | 0.51% | 0.5% | - |
| HSV(B) | 34.35º | 0.68% | 0.76% | - |
| XYZ | 31.81 | 29.58 | 8.59 | - |
| YUV | 145.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 62 | 0 | 0.29 | 0.68 | 0.24 | 34.35 | 0.51 | 0.5 |
| Hex | C1 | 89 | 3E | 0 | 1D | 44 | 18 | 22 | 33 | 32 |
| Octal | 301 | 211 | 76 | 0 | 35 | 104 | 30 | 42 | 63 | 62 |
| Binary | 11000001 | 10001001 | 111110 | 0 | 11101 | 1000100 | 11000 | 100010 | 110011 | 110010 |
Color Harmonies of #C1893E
Complementary color
Monochromatic Colors of #C1893E
Black with #C1893E
Text Example
Text Example
White with #C1893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1893E; }
p { color: rgb(193,137,62); }
H1.HeaderClassName
{
color: #C1893E;
}
.AnyTagClassName
{
color: #C1893E;
}
</style>
background-color css
<style>
a { background-color: #C1893E; }
a { background-color: rgb(193,137,62); }
div.DivClassName
{
background-color: #C1893E;
}
.BgClassName
{
background-color: #C1893E;
}
</style>
border-color css
<style>
span { border-color: #C1893E; }
span { border-color: rgb(193,137,62); }
td.TdClassName
{
border-color: #C1893E;
}
.TagClassName
{
border-color: #C1893E;
}
</style>