#E6C1BD

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

Shades of Beauty Bush #E6C1BD

Tints of Beauty Bush #E6C1BD

Color information

#E6C1BD (or 0xE6C1BD) is unknown color: approx Beauty Bush. HEX triplet: E6, C1 and BD. RGB value is (230,193,189). Sum of RGB (Red+Green+Blue) = 230+193+189=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1BD is #193E42. Grayscale: #CBCBCB. Windows color (decimal): -1654339 or 12435942. OLE color: 12435942.

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

Color convert

RGB230193189-
CMYK00.160.180.10
HSL5.85º45.05%82.16%-
HSV(B)5.85º17.83%90.2%-
XYZ60.8958.6456.25-
YUV203.61119.76146.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=37.58%
G=31.54%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019318900.160.180.105.8545.0582.16
HexE6C1BD01012A62d52
Octal3463012750202212655122
Binary1110011011000001101111010100001001010101101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1BD; }

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

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

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

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

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

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

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

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