#E8C0BB

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

Shades of Beauty Bush #E8C0BB

Tints of Beauty Bush #E8C0BB

Color information

#E8C0BB (or 0xE8C0BB) is unknown color: approx Beauty Bush. HEX triplet: E8, C0 and BB. RGB value is (232,192,187). Sum of RGB (Red+Green+Blue) = 232+192+187=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0BB is #173F44. Grayscale: #CBCBCB. Windows color (decimal): -1523525 or 12304616. OLE color: 12304616.

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

Color convert

RGB232192187-
CMYK00.170.190.09
HSL6.67º49.45%82.16%-
HSV(B)6.67º19.4%90.98%-
XYZ61.158.4455.07-
YUV203.39118.75148.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=37.97%
G=31.42%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219218700.170.190.096.6749.4582.16
HexE8C0BB01113973152
Octal3503002730212311761122
Binary1110100011000000101110110100011001110011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0BB; }

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

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

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

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

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

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

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

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