#E1C0BF

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

Shades of Beauty Bush #E1C0BF

Tints of Beauty Bush #E1C0BF

Color information

#E1C0BF (or 0xE1C0BF) is unknown color: approx Beauty Bush. HEX triplet: E1, C0 and BF. RGB value is (225,192,191). Sum of RGB (Red+Green+Blue) = 225+192+191=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0BF is #1E3F40. Grayscale: #C9C9C9. Windows color (decimal): -1982273 or 12566753. OLE color: 12566753.

HSL color Cylindrical-coordinate representation of color #E1C0BF: hue angle of 1.76º 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 #E1C0BF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225192191-
CMYK00.150.150.12
HSL1.76º36.17%81.57%-
HSV(B)1.76º15.11%88.24%-
XYZ59.357.4757.26-
YUV201.75121.93144.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 191 (75% from 255) = 31.41%
R=37.01%
G=31.58%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519219100.150.150.121.7636.1781.57
HexE1C0BF0FFC22452
Octal3413002770171714244122
Binary1110000111000000101111110111111111100101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0BF; }

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

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

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

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

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

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

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

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