#E6B7C0

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

Shades of Melanie #E6B7C0

Tints of Melanie #E6B7C0

Color information

#E6B7C0 (or 0xE6B7C0) is unknown color: approx Melanie. HEX triplet: E6, B7 and C0. RGB value is (230,183,192). Sum of RGB (Red+Green+Blue) = 230+183+192=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7C0 is #19483F. Grayscale: #C6C6C6. Windows color (decimal): -1656896 or 12629990. OLE color: 12629990.

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

Color convert

RGB230183192-
CMYK00.200.170.10
HSL348.51º48.45%80.98%-
HSV(B)348.51º20.43%90.2%-
XYZ59.0854.557.27-
YUV198.08124.57150.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=38.02%
G=30.25%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018319200.200.170.10348.5148.4580.98
HexE6B7C001411A15d3051
Octal346267300024211253560121
Binary1110011010110111110000000101001000110101010111011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7C0; }

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

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

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

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

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

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

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

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