#E7C2BB

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

Shades of Beauty Bush #E7C2BB

Tints of Beauty Bush #E7C2BB

Color information

#E7C2BB (or 0xE7C2BB) is unknown color: approx Beauty Bush. HEX triplet: E7, C2 and BB. RGB value is (231,194,187). Sum of RGB (Red+Green+Blue) = 231+194+187=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2BB is #183D44. Grayscale: #CCCCCC. Windows color (decimal): -1588549 or 12305127. OLE color: 12305127.

HSL color Cylindrical-coordinate representation of color #E7C2BB: hue angle of 9.55º degrees, saturation: 0.48, 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 #E7C2BB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231194187-
CMYK00.160.190.09
HSL9.55º47.83%81.96%-
HSV(B)9.55º19.05%90.59%-
XYZ61.2259.1655.21-
YUV204.26118.26147.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=37.75%
G=31.70%
B=30.56%

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
Decimal23119418700.160.190.099.5547.8381.96
HexE7C2BB010139a3052
Octal34730227302023111260122
Binary11100111110000101011101101000010011100110101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2BB; }

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

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

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

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

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

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

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

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