#E9C0BA

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

Shades of Beauty Bush #E9C0BA

Tints of Beauty Bush #E9C0BA

Color information

#E9C0BA (or 0xE9C0BA) is unknown color: approx Beauty Bush. HEX triplet: E9, C0 and BA. RGB value is (233,192,186). Sum of RGB (Red+Green+Blue) = 233+192+186=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0BA is #163F45. Grayscale: #CBCBCB. Windows color (decimal): -1457990 or 12239081. OLE color: 12239081.

HSL color Cylindrical-coordinate representation of color #E9C0BA: hue angle of 7.66º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9C0BA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233192186-
CMYK00.180.200.09
HSL7.66º51.65%82.16%-
HSV(B)7.66º20.17%91.37%-
XYZ61.3258.5754.53-
YUV203.58118.08148.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=38.13%
G=31.42%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319218600.180.200.097.6651.6582.16
HexE9C0BA01214983452
Octal35130027202224111064122
Binary11101001110000001011101001001010100100110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0BA; }

 p { color: rgb(233,192,186); }

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

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

 a { background-color: rgb(233,192,186); }

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

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

 span { border-color: rgb(233,192,186); }

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