#E1C0BE

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

Shades of Beauty Bush #E1C0BE

Tints of Beauty Bush #E1C0BE

Color information

#E1C0BE (or 0xE1C0BE) is unknown color: approx Beauty Bush. HEX triplet: E1, C0 and BE. RGB value is (225,192,190). Sum of RGB (Red+Green+Blue) = 225+192+190=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0BE is #1E3F41. Grayscale: #C9C9C9. Windows color (decimal): -1982274 or 12501217. OLE color: 12501217.

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

Color convert

RGB225192190-
CMYK00.150.160.12
HSL3.43º36.84%81.37%-
HSV(B)3.43º15.56%88.24%-
XYZ59.257.4256.68-
YUV201.64121.43144.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=37.07%
G=31.63%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519219000.150.160.123.4336.8481.37
HexE1C0BE0F10C32551
Octal3413002760172014345121
Binary11100001110000001011111001111100001100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0BE; }

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

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

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

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

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

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

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

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