#E6C1BB

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

Shades of Beauty Bush #E6C1BB

Tints of Beauty Bush #E6C1BB

Color information

#E6C1BB (or 0xE6C1BB) is unknown color: approx Beauty Bush. HEX triplet: E6, C1 and BB. RGB value is (230,193,187). Sum of RGB (Red+Green+Blue) = 230+193+187=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1BB is #193E44. Grayscale: #CBCBCB. Windows color (decimal): -1654341 or 12304870. OLE color: 12304870.

HSL color Cylindrical-coordinate representation of color #E6C1BB: hue angle of 8.37º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C1BB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230193187-
CMYK00.160.190.10
HSL8.37º46.24%81.76%-
HSV(B)8.37º18.7%90.2%-
XYZ60.6758.5555.12-
YUV203.38118.76146.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=37.70%
G=31.64%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019318700.160.190.108.3746.2481.76
HexE6C1BB01013A82e52
Octal34630127302023121056122
Binary11100110110000011011101101000010011101010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1BB; }

 p { color: rgb(230,193,187); }

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

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

 a { background-color: rgb(230,193,187); }

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

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

 span { border-color: rgb(230,193,187); }

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