#E3C0BD

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

Shades of Beauty Bush #E3C0BD

Tints of Beauty Bush #E3C0BD

Color information

#E3C0BD (or 0xE3C0BD) is unknown color: approx Beauty Bush. HEX triplet: E3, C0 and BD. RGB value is (227,192,189). Sum of RGB (Red+Green+Blue) = 227+192+189=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C0BD is #1C3F42. Grayscale: #CACACA. Windows color (decimal): -1851203 or 12435683. OLE color: 12435683.

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

Color convert

RGB227192189-
CMYK00.150.170.11
HSL4.74º40.43%81.57%-
HSV(B)4.74º16.74%89.02%-
XYZ59.7157.756.13-
YUV202.12120.6145.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=37.34%
G=31.58%
B=31.09%

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
Decimal22719218900.150.170.114.7440.4381.57
HexE3C0BD0F11B52852
Octal3433002750172113550122
Binary111000111100000010111101011111000110111011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0BD; }

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

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

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

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

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

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

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

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