#E6B5C0

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

Shades of Melanie #E6B5C0

Tints of Melanie #E6B5C0

Color information

#E6B5C0 (or 0xE6B5C0) is unknown color: approx Melanie. HEX triplet: E6, B5 and C0. RGB value is (230,181,192). Sum of RGB (Red+Green+Blue) = 230+181+192=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5C0 is #194A3F. Grayscale: #C4C4C4. Windows color (decimal): -1657408 or 12629478. OLE color: 12629478.

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

Color convert

RGB230181192-
CMYK00.210.170.10
HSL346.53º49.49%80.59%-
HSV(B)346.53º21.3%90.2%-
XYZ58.6753.6857.14-
YUV196.9125.23151.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=38.14%
G=30.02%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018119200.210.170.10346.5349.4980.59
HexE6B5C001511A15b3151
Octal346265300025211253361121
Binary1110011010110101110000000101011000110101010110111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5C0; }

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

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

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

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

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

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

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

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