#E0B9C0

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

Shades of Melanie #E0B9C0

Tints of Melanie #E0B9C0

Color information

#E0B9C0 (or 0xE0B9C0) is unknown color: approx Melanie. HEX triplet: E0, B9 and C0. RGB value is (224,185,192). Sum of RGB (Red+Green+Blue) = 224+185+192=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9C0 is #1F463F. Grayscale: #C5C5C5. Windows color (decimal): -2049600 or 12630496. OLE color: 12630496.

HSL color Cylindrical-coordinate representation of color #E0B9C0: hue angle of 349.23º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9C0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224185192-
CMYK00.170.140.12
HSL349.23º38.61%80.2%-
HSV(B)349.23º17.41%87.84%-
XYZ57.654.3557.32-
YUV197.46124.92146.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=37.27%
G=30.78%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418519200.170.140.12349.2338.6180.2
HexE0B9C0011EC15d2750
Octal340271300021161453547120
Binary111000001011100111000000010001111011001010111011001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9C0; }

 p { color: rgb(224,185,192); }

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

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

 a { background-color: rgb(224,185,192); }

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

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

 span { border-color: rgb(224,185,192); }

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