#E8C0BA

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

Shades of Beauty Bush #E8C0BA

Tints of Beauty Bush #E8C0BA

Color information

#E8C0BA (or 0xE8C0BA) is unknown color: approx Beauty Bush. HEX triplet: E8, C0 and BA. RGB value is (232,192,186). Sum of RGB (Red+Green+Blue) = 232+192+186=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0BA is #173F45. Grayscale: #CBCBCB. Windows color (decimal): -1523526 or 12239080. OLE color: 12239080.

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

Color convert

RGB232192186-
CMYK00.170.200.09
HSL7.83º50%81.96%-
HSV(B)7.83º19.83%90.98%-
XYZ60.9958.454.51-
YUV203.28118.25148.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=38.03%
G=31.48%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219218600.170.200.097.835081.96
HexE8C0BA01114983252
Octal35030027202124111062122
Binary11101000110000001011101001000110100100110001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0BA; }

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

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

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

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

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

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

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

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