#E7C2BC

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

Shades of Beauty Bush #E7C2BC

Tints of Beauty Bush #E7C2BC

Color information

#E7C2BC (or 0xE7C2BC) is unknown color: approx Beauty Bush. HEX triplet: E7, C2 and BC. RGB value is (231,194,188). Sum of RGB (Red+Green+Blue) = 231+194+188=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2BC is #183D43. Grayscale: #CCCCCC. Windows color (decimal): -1588548 or 12370663. OLE color: 12370663.

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

Color convert

RGB231194188-
CMYK00.160.190.09
HSL8.37º47.25%82.16%-
HSV(B)8.37º18.61%90.59%-
XYZ61.3259.255.77-
YUV204.38118.76146.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=37.68%
G=31.65%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119418800.160.190.098.3747.2582.16
HexE7C2BC01013982f52
Octal34730227402023111057122
Binary11100111110000101011110001000010011100110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2BC; }

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

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

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

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

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

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

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

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