Shades of Pancho #E6BB9D
Tints of Pancho #E6BB9D
RGB
CMYK
RGB Variations
Color information
#E6BB9D (or 0xE6BB9D) is known color: Pancho. HEX triplet: E6, BB and 9D. RGB value is (230,187,157). Sum of RGB (Red+Green+Blue) = 230+187+157=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BB9D is #194462. Grayscale: #C4C4C4. Windows color (decimal): -1655907 or 10337254. OLE color: 10337254.
HSL color Cylindrical-coordinate representation of color #E6BB9D: hue angle of 24.66º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6BB9D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 157 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.10 |
| HSL | 24.66º | 0.59% | 0.76% | - |
| HSV(B) | 24.66º | 0.32% | 0.9% | - |
| XYZ | 56.49 | 54.8 | 39.5 | - |
| YUV | 196.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 157 | 0 | 0.19 | 0.32 | 0.10 | 24.66 | 0.59 | 0.76 |
| Hex | E6 | BB | 9D | 0 | 13 | 20 | A | 19 | 3B | 4C |
| Octal | 346 | 273 | 235 | 0 | 23 | 40 | 12 | 31 | 73 | 114 |
| Binary | 11100110 | 10111011 | 10011101 | 0 | 10011 | 100000 | 1010 | 11001 | 111011 | 1001100 |
Color Harmonies of #E6BB9D
Complementary color
Monochromatic Colors of #E6BB9D
Black with #E6BB9D
Text Example
Text Example
White with #E6BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB9D; }
p { color: rgb(230,187,157); }
H1.HeaderClassName
{
color: #E6BB9D;
}
.AnyTagClassName
{
color: #E6BB9D;
}
</style>
background-color css
<style>
a { background-color: #E6BB9D; }
a { background-color: rgb(230,187,157); }
div.DivClassName
{
background-color: #E6BB9D;
}
.BgClassName
{
background-color: #E6BB9D;
}
</style>
border-color css
<style>
span { border-color: #E6BB9D; }
span { border-color: rgb(230,187,157); }
td.TdClassName
{
border-color: #E6BB9D;
}
.TagClassName
{
border-color: #E6BB9D;
}
</style>