#ECC1BA

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

Shades of Beauty Bush #ECC1BA

Tints of Beauty Bush #ECC1BA

Color information

#ECC1BA (or 0xECC1BA) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and BA. RGB value is (236,193,186). Sum of RGB (Red+Green+Blue) = 236+193+186=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BA is #133E45. Grayscale: #CDCDCD. Windows color (decimal): -1261126 or 12239340. OLE color: 12239340.

HSL color Cylindrical-coordinate representation of color #ECC1BA: hue angle of 8.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC1BA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236193186-
CMYK00.180.210.07
HSL8.4º56.82%82.75%-
HSV(B)8.4º21.19%92.55%-
XYZ62.5259.5254.65-
YUV205.06117.25150.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=38.37%
G=31.38%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619318600.180.210.078.456.8282.75
HexECC1BA01215783953
Octal3543012720222571071123
Binary1110110011000001101110100100101010111110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1BA; }

 p { color: rgb(236,193,186); }

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

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

 a { background-color: rgb(236,193,186); }

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

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

 span { border-color: rgb(236,193,186); }

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