#E8C0BE

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

Shades of Beauty Bush #E8C0BE

Tints of Beauty Bush #E8C0BE

Color information

#E8C0BE (or 0xE8C0BE) is unknown color: approx Beauty Bush. HEX triplet: E8, C0 and BE. RGB value is (232,192,190). Sum of RGB (Red+Green+Blue) = 232+192+190=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0BE is #173F41. Grayscale: #CBCBCB. Windows color (decimal): -1523522 or 12501224. OLE color: 12501224.

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

Color convert

RGB232192190-
CMYK00.170.180.09
HSL2.86º47.73%82.75%-
HSV(B)2.86º18.1%90.98%-
XYZ61.4258.5756.78-
YUV203.73120.25148.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=37.79%
G=31.27%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219219000.170.180.092.8647.7382.75
HexE8C0BE01112933053
Octal3503002760212211360123
Binary111010001100000010111110010001100101001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0BE; }

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

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

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

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

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

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

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

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