#E6B595

Color #E6B595 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E6B595

Tints of Pancho #E6B595

Color information

#E6B595 (or 0xE6B595) is unknown color: approx Pancho. HEX triplet: E6, B5 and 95. RGB value is (230,181,149). Sum of RGB (Red+Green+Blue) = 230+181+149=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B595 is #194A6A. Grayscale: #C0C0C0. Windows color (decimal): -1657451 or 9811430. OLE color: 9811430.

HSL color Cylindrical-coordinate representation of color #E6B595: hue angle of 23.7º 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 #E6B595 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230181149-
CMYK00.210.350.10
HSL23.7º61.83%74.31%-
HSV(B)23.7º35.22%90.2%-
XYZ54.5852.0435.6-
YUV192103.73155.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=41.07%
G=32.32%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018114900.210.350.1023.761.8374.31
HexE6B59501523A183e4a
Octal34626522502543123076112
Binary1110011010110101100101010101011000111010110001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B595; }

 p { color: rgb(230,181,149); }

 H1.HeaderClassName
 {
   color: #E6B595;
 }
 .AnyTagClassName
 {
   color: #E6B595;
 }
</style>
background-color css

<style>
 a { background-color: #E6B595; }

 a { background-color: rgb(230,181,149); }

 div.DivClassName
 {
   background-color: #E6B595;
 }
 .BgClassName
 {
   background-color: #E6B595;
 }
</style>
border-color css

<style>
 span { border-color: #E6B595; }

 span { border-color: rgb(230,181,149); }

 td.TdClassName
 {
   border-color: #E6B595;
 }
 .TagClassName
 {
   border-color: #E6B595;
 }
</style>