#E7C2BD

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

Shades of Beauty Bush #E7C2BD

Tints of Beauty Bush #E7C2BD

Color information

#E7C2BD (or 0xE7C2BD) is unknown color: approx Beauty Bush. HEX triplet: E7, C2 and BD. RGB value is (231,194,189). Sum of RGB (Red+Green+Blue) = 231+194+189=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2BD is #183D42. Grayscale: #CCCCCC. Windows color (decimal): -1588547 or 12436199. OLE color: 12436199.

HSL color Cylindrical-coordinate representation of color #E7C2BD: hue angle of 7.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C2BD is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231194189-
CMYK00.160.180.09
HSL7.14º46.67%82.35%-
HSV(B)7.14º18.18%90.59%-
XYZ61.4359.2556.34-
YUV204.49119.26146.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=37.62%
G=31.60%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119418900.160.180.097.1446.6782.35
HexE7C2BD01012972f52
Octal3473022750202211757122
Binary1110011111000010101111010100001001010011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2BD; }

 p { color: rgb(231,194,189); }

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

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

 a { background-color: rgb(231,194,189); }

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

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

 span { border-color: rgb(231,194,189); }

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