#E7C0B6

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

Shades of Beauty Bush #E7C0B6

Tints of Beauty Bush #E7C0B6

Color information

#E7C0B6 (or 0xE7C0B6) is unknown color: approx Beauty Bush. HEX triplet: E7, C0 and B6. RGB value is (231,192,182). Sum of RGB (Red+Green+Blue) = 231+192+182=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0B6 is #183F49. Grayscale: #CACACA. Windows color (decimal): -1589066 or 11976935. OLE color: 11976935.

HSL color Cylindrical-coordinate representation of color #E7C0B6: hue angle of 12.24º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7C0B6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231192182-
CMYK00.170.210.09
HSL12.24º50.52%80.98%-
HSV(B)12.24º21.21%90.59%-
XYZ60.2558.0752.29-
YUV202.52116.42148.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=38.18%
G=31.74%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119218200.170.210.0912.2450.5280.98
HexE7C0B6011159c3351
Octal34730026602125111463121
Binary11100111110000001011011001000110101100111001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0B6; }

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

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

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

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

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

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

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

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