#E7C0BD

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

Shades of Beauty Bush #E7C0BD

Tints of Beauty Bush #E7C0BD

Color information

#E7C0BD (or 0xE7C0BD) is unknown color: approx Beauty Bush. HEX triplet: E7, C0 and BD. RGB value is (231,192,189). Sum of RGB (Red+Green+Blue) = 231+192+189=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0BD is #183F42. Grayscale: #CBCBCB. Windows color (decimal): -1589059 or 12435687. OLE color: 12435687.

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

Color convert

RGB231192189-
CMYK00.170.180.09
HSL4.29º46.67%82.35%-
HSV(B)4.29º18.18%90.59%-
XYZ60.9958.3656.19-
YUV203.32119.92147.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=37.75%
G=31.37%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119218900.170.180.094.2946.6782.35
HexE7C0BD01112942f52
Octal3473002750212211457122
Binary1110011111000000101111010100011001010011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0BD; }

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

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

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

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

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

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

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

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