#E7C0BB

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

Shades of Beauty Bush #E7C0BB

Tints of Beauty Bush #E7C0BB

Color information

#E7C0BB (or 0xE7C0BB) is unknown color: approx Beauty Bush. HEX triplet: E7, C0 and BB. RGB value is (231,192,187). Sum of RGB (Red+Green+Blue) = 231+192+187=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0BB is #183F44. Grayscale: #CBCBCB. Windows color (decimal): -1589061 or 12304615. OLE color: 12304615.

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

Color convert

RGB231192187-
CMYK00.170.190.09
HSL6.82º47.83%81.96%-
HSV(B)6.82º19.05%90.59%-
XYZ60.7758.2855.06-
YUV203.09118.92147.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=37.87%
G=31.48%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119218700.170.190.096.8247.8381.96
HexE7C0BB01113973052
Octal3473002730212311760122
Binary1110011111000000101110110100011001110011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0BB; }

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

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

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

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

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

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

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

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