#E7C1BD

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

Shades of Beauty Bush #E7C1BD

Tints of Beauty Bush #E7C1BD

Color information

#E7C1BD (or 0xE7C1BD) is unknown color: approx Beauty Bush. HEX triplet: E7, C1 and BD. RGB value is (231,193,189). Sum of RGB (Red+Green+Blue) = 231+193+189=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1BD is #183E42. Grayscale: #CBCBCB. Windows color (decimal): -1588803 or 12435943. OLE color: 12435943.

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

Color convert

RGB231193189-
CMYK00.160.180.09
HSL5.71º46.67%82.35%-
HSV(B)5.71º18.18%90.59%-
XYZ61.2158.856.27-
YUV203.91119.59147.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=37.68%
G=31.48%
B=30.83%

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
Decimal23119318900.160.180.095.7146.6782.35
HexE7C1BD01012962f52
Octal3473012750202211657122
Binary1110011111000001101111010100001001010011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C1BD; }

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

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

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

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

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

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

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

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