#ECBCB7

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

Shades of Beauty Bush #ECBCB7

Tints of Beauty Bush #ECBCB7

Color information

#ECBCB7 (or 0xECBCB7) is unknown color: approx Beauty Bush. HEX triplet: EC, BC and B7. RGB value is (236,188,183). Sum of RGB (Red+Green+Blue) = 236+188+183=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCB7 is #134348. Grayscale: #C9C9C9. Windows color (decimal): -1262409 or 12041452. OLE color: 12041452.

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

Color convert

RGB236188183-
CMYK00.200.220.07
HSL5.66º58.24%82.16%-
HSV(B)5.66º22.46%92.55%-
XYZ61.1257.2252.62-
YUV201.78117.4152.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=38.88%
G=30.97%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618818300.200.220.075.6658.2482.16
HexECBCB701416763a52
Octal354274267024267672122
Binary111011001011110010110111010100101101111101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCB7; }

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

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

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

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

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

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

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

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