#ECBCB3

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

Shades of Beauty Bush #ECBCB3

Tints of Beauty Bush #ECBCB3

Color information

#ECBCB3 (or 0xECBCB3) is unknown color: approx Beauty Bush. HEX triplet: EC, BC and B3. RGB value is (236,188,179). Sum of RGB (Red+Green+Blue) = 236+188+179=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCB3 is #13434C. Grayscale: #C9C9C9. Windows color (decimal): -1262413 or 11779308. OLE color: 11779308.

HSL color Cylindrical-coordinate representation of color #ECBCB3: hue angle of 9.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBCB3 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236188179-
CMYK00.200.240.07
HSL9.47º60%81.37%-
HSV(B)9.47º24.15%92.55%-
XYZ60.7157.0550.46-
YUV201.33115.4152.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=39.14%
G=31.18%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618817900.200.240.079.476081.37
HexECBCB301418793c51
Octal3542742630243071174121
Binary1110110010111100101100110101001100011110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCB3; }

 p { color: rgb(236,188,179); }

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

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

 a { background-color: rgb(236,188,179); }

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

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

 span { border-color: rgb(236,188,179); }

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