#E3C0BC

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

Shades of Beauty Bush #E3C0BC

Tints of Beauty Bush #E3C0BC

Color information

#E3C0BC (or 0xE3C0BC) is unknown color: approx Beauty Bush. HEX triplet: E3, C0 and BC. RGB value is (227,192,188). Sum of RGB (Red+Green+Blue) = 227+192+188=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C0BC is #1C3F43. Grayscale: #CACACA. Windows color (decimal): -1851204 or 12370147. OLE color: 12370147.

HSL color Cylindrical-coordinate representation of color #E3C0BC: hue angle of 6.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3C0BC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227192188-
CMYK00.150.170.11
HSL6.15º41.05%81.37%-
HSV(B)6.15º17.18%89.02%-
XYZ59.6157.6655.57-
YUV202.01120.1145.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=37.40%
G=31.63%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719218800.150.170.116.1541.0581.37
HexE3C0BC0F11B62951
Octal3433002740172113651121
Binary111000111100000010111100011111000110111101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0BC; }

 p { color: rgb(227,192,188); }

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

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

 a { background-color: rgb(227,192,188); }

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

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

 span { border-color: rgb(227,192,188); }

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