#E9C0BD

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

Shades of Beauty Bush #E9C0BD

Tints of Beauty Bush #E9C0BD

Color information

#E9C0BD (or 0xE9C0BD) is unknown color: approx Beauty Bush. HEX triplet: E9, C0 and BD. RGB value is (233,192,189). Sum of RGB (Red+Green+Blue) = 233+192+189=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0BD is #163F42. Grayscale: #CBCBCB. Windows color (decimal): -1457987 or 12435689. OLE color: 12435689.

HSL color Cylindrical-coordinate representation of color #E9C0BD: hue angle of 4.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9C0BD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233192189-
CMYK00.180.190.09
HSL4.09º50%82.75%-
HSV(B)4.09º18.88%91.37%-
XYZ61.6458.756.23-
YUV203.92119.58148.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=37.95%
G=31.27%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319218900.180.190.094.095082.75
HexE9C0BD01213943253
Octal3513002750222311462123
Binary1110100111000000101111010100101001110011001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0BD; }

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

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

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

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

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

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

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

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