#E1C1BF

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

Shades of Beauty Bush #E1C1BF

Tints of Beauty Bush #E1C1BF

Color information

#E1C1BF (or 0xE1C1BF) is unknown color: approx Beauty Bush. HEX triplet: E1, C1 and BF. RGB value is (225,193,191). Sum of RGB (Red+Green+Blue) = 225+193+191=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1BF is #1E3E40. Grayscale: #CACACA. Windows color (decimal): -1982017 or 12567009. OLE color: 12567009.

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

Color convert

RGB225193191-
CMYK00.140.150.12
HSL3.53º36.17%81.57%-
HSV(B)3.53º15.11%88.24%-
XYZ59.5357.9157.33-
YUV202.34121.6144.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 191 (75% from 255) = 31.36%
R=36.95%
G=31.69%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519319100.140.150.123.5336.1781.57
HexE1C1BF0EFC42452
Octal3413012770161714444122
Binary11100001110000011011111101110111111001001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1BF; }

 p { color: rgb(225,193,191); }

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

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

 a { background-color: rgb(225,193,191); }

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

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

 span { border-color: rgb(225,193,191); }

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