Shades of Pancho #E6BB95
Tints of Pancho #E6BB95
RGB
CMYK
RGB Variations
Color information
#E6BB95 (or 0xE6BB95) is known color: Pancho. HEX triplet: E6, BB and 95. RGB value is (230,187,149). Sum of RGB (Red+Green+Blue) = 230+187+149=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BB95 is #19446A. Grayscale: #C3C3C3. Windows color (decimal): -1655915 or 9812966. OLE color: 9812966.
HSL color Cylindrical-coordinate representation of color #E6BB95: hue angle of 28.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6BB95 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 149 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.10 |
| HSL | 28.15º | 0.62% | 0.74% | - |
| HSV(B) | 28.15º | 0.35% | 0.9% | - |
| XYZ | 55.83 | 54.53 | 36.02 | - |
| YUV | 195.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 149 | 0 | 0.19 | 0.35 | 0.10 | 28.15 | 0.62 | 0.74 |
| Hex | E6 | BB | 95 | 0 | 13 | 23 | A | 1C | 3E | 4A |
| Octal | 346 | 273 | 225 | 0 | 23 | 43 | 12 | 34 | 76 | 112 |
| Binary | 11100110 | 10111011 | 10010101 | 0 | 10011 | 100011 | 1010 | 11100 | 111110 | 1001010 |
Color Harmonies of #E6BB95
Complementary color
Monochromatic Colors of #E6BB95
Black with #E6BB95
Text Example
Text Example
White with #E6BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB95; }
p { color: rgb(230,187,149); }
H1.HeaderClassName
{
color: #E6BB95;
}
.AnyTagClassName
{
color: #E6BB95;
}
</style>
background-color css
<style>
a { background-color: #E6BB95; }
a { background-color: rgb(230,187,149); }
div.DivClassName
{
background-color: #E6BB95;
}
.BgClassName
{
background-color: #E6BB95;
}
</style>
border-color css
<style>
span { border-color: #E6BB95; }
span { border-color: rgb(230,187,149); }
td.TdClassName
{
border-color: #E6BB95;
}
.TagClassName
{
border-color: #E6BB95;
}
</style>