#E6C095

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

Shades of Pancho #E6C095

Tints of Pancho #E6C095

Color information

#E6C095 (or 0xE6C095) is unknown color: approx Pancho. HEX triplet: E6, C0 and 95. RGB value is (230,192,149). Sum of RGB (Red+Green+Blue) = 230+192+149=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C095 is #193F6A. Grayscale: #C6C6C6. Windows color (decimal): -1654635 or 9814246. OLE color: 9814246.

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

Color convert

RGB230192149-
CMYK00.170.350.10
HSL31.85º61.83%74.31%-
HSV(B)31.85º35.22%90.2%-
XYZ56.9156.6936.38-
YUV198.46100.09150.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=40.28%
G=33.63%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019214900.170.350.1031.8561.8374.31
HexE6C09501123A203e4a
Octal34630022502143124076112
Binary11100110110000001001010101000110001110101000001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C095; }

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

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

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

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

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

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

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

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