Shades of Pancho #E6BB96
Tints of Pancho #E6BB96
RGB
CMYK
RGB Variations
Color information
#E6BB96 (or 0xE6BB96) is known color: Pancho. HEX triplet: E6, BB and 96. RGB value is (230,187,150). Sum of RGB (Red+Green+Blue) = 230+187+150=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BB96 is #194469. Grayscale: #C3C3C3. Windows color (decimal): -1655914 or 9878502. OLE color: 9878502.
HSL color Cylindrical-coordinate representation of color #E6BB96: hue angle of 27.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6BB96 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 150 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.10 |
| HSL | 27.75º | 0.62% | 0.75% | - |
| HSV(B) | 27.75º | 0.35% | 0.9% | - |
| XYZ | 55.91 | 54.57 | 36.44 | - |
| YUV | 195.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 150 | 0 | 0.19 | 0.35 | 0.10 | 27.75 | 0.62 | 0.75 |
| Hex | E6 | BB | 96 | 0 | 13 | 23 | A | 1C | 3E | 4B |
| Octal | 346 | 273 | 226 | 0 | 23 | 43 | 12 | 34 | 76 | 113 |
| Binary | 11100110 | 10111011 | 10010110 | 0 | 10011 | 100011 | 1010 | 11100 | 111110 | 1001011 |
Color Harmonies of #E6BB96
Complementary color
Monochromatic Colors of #E6BB96
Black with #E6BB96
Text Example
Text Example
White with #E6BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB96; }
p { color: rgb(230,187,150); }
H1.HeaderClassName
{
color: #E6BB96;
}
.AnyTagClassName
{
color: #E6BB96;
}
</style>
background-color css
<style>
a { background-color: #E6BB96; }
a { background-color: rgb(230,187,150); }
div.DivClassName
{
background-color: #E6BB96;
}
.BgClassName
{
background-color: #E6BB96;
}
</style>
border-color css
<style>
span { border-color: #E6BB96; }
span { border-color: rgb(230,187,150); }
td.TdClassName
{
border-color: #E6BB96;
}
.TagClassName
{
border-color: #E6BB96;
}
</style>