Shades of Pancho #E1B192
Tints of Pancho #E1B192
RGB
CMYK
RGB Variations
Color information
#E1B192 (or 0xE1B192) is known color: Pancho. HEX triplet: E1, B1 and 92. RGB value is (225,177,146). Sum of RGB (Red+Green+Blue) = 225+177+146=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B192 is #1E4E6D. Grayscale: #BBBBBB. Windows color (decimal): -1986158 or 9613793. OLE color: 9613793.
HSL color Cylindrical-coordinate representation of color #E1B192: hue angle of 23.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1B192 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 146 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.12 |
| HSL | 23.54º | 0.57% | 0.73% | - |
| HSV(B) | 23.54º | 0.35% | 0.88% | - |
| XYZ | 51.96 | 49.53 | 34.02 | - |
| YUV | 187.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 146 | 0 | 0.21 | 0.35 | 0.12 | 23.54 | 0.57 | 0.73 |
| Hex | E1 | B1 | 92 | 0 | 15 | 23 | C | 18 | 39 | 49 |
| Octal | 341 | 261 | 222 | 0 | 25 | 43 | 14 | 30 | 71 | 111 |
| Binary | 11100001 | 10110001 | 10010010 | 0 | 10101 | 100011 | 1100 | 11000 | 111001 | 1001001 |
Color Harmonies of #E1B192
Complementary color
Monochromatic Colors of #E1B192
Black with #E1B192
Text Example
Text Example
White with #E1B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B192; }
p { color: rgb(225,177,146); }
H1.HeaderClassName
{
color: #E1B192;
}
.AnyTagClassName
{
color: #E1B192;
}
</style>
background-color css
<style>
a { background-color: #E1B192; }
a { background-color: rgb(225,177,146); }
div.DivClassName
{
background-color: #E1B192;
}
.BgClassName
{
background-color: #E1B192;
}
</style>
border-color css
<style>
span { border-color: #E1B192; }
span { border-color: rgb(225,177,146); }
td.TdClassName
{
border-color: #E1B192;
}
.TagClassName
{
border-color: #E1B192;
}
</style>