#E7B6C0

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

Shades of Melanie #E7B6C0

Tints of Melanie #E7B6C0

Color information

#E7B6C0 (or 0xE7B6C0) is unknown color: approx Melanie. HEX triplet: E7, B6 and C0. RGB value is (231,182,192). Sum of RGB (Red+Green+Blue) = 231+182+192=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6C0 is #18493F. Grayscale: #C5C5C5. Windows color (decimal): -1591616 or 12629735. OLE color: 12629735.

HSL color Cylindrical-coordinate representation of color #E7B6C0: hue angle of 347.76º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6C0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231182192-
CMYK00.210.170.09
HSL347.76º50.52%80.98%-
HSV(B)347.76º21.21%90.59%-
XYZ59.254.2557.22-
YUV197.79124.73151.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=38.18%
G=30.08%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118219200.210.170.09347.7650.5280.98
HexE7B6C001511915c3351
Octal347266300025211153463121
Binary1110011110110110110000000101011000110011010111001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6C0; }

 p { color: rgb(231,182,192); }

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

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

 a { background-color: rgb(231,182,192); }

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

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

 span { border-color: rgb(231,182,192); }

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