#E8C0B6

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

Shades of Beauty Bush #E8C0B6

Tints of Beauty Bush #E8C0B6

Color information

#E8C0B6 (or 0xE8C0B6) is unknown color: approx Beauty Bush. HEX triplet: E8, C0 and B6. RGB value is (232,192,182). Sum of RGB (Red+Green+Blue) = 232+192+182=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0B6 is #173F49. Grayscale: #CACACA. Windows color (decimal): -1523530 or 11976936. OLE color: 11976936.

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

Color convert

RGB232192182-
CMYK00.170.220.09
HSL12º52.08%81.18%-
HSV(B)12º21.55%90.98%-
XYZ60.5758.2352.3-
YUV202.82116.25148.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=38.28%
G=31.68%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219218200.170.220.091252.0881.18
HexE8C0B6011169c3451
Octal35030026602126111464121
Binary11101000110000001011011001000110110100111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0B6; }

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

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

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

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

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

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

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

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