#ECC3BB

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

Shades of Beauty Bush #ECC3BB

Tints of Beauty Bush #ECC3BB

Color information

#ECC3BB (or 0xECC3BB) is unknown color: approx Beauty Bush. HEX triplet: EC, C3 and BB. RGB value is (236,195,187). Sum of RGB (Red+Green+Blue) = 236+195+187=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3BB is #133C44. Grayscale: #CECECE. Windows color (decimal): -1260613 or 12305388. OLE color: 12305388.

HSL color Cylindrical-coordinate representation of color #ECC3BB: hue angle of 9.8º degrees, saturation: 0.56, 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 #ECC3BB is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236195187-
CMYK00.170.210.07
HSL9.8º56.32%82.94%-
HSV(B)9.8º20.76%92.55%-
XYZ63.0860.4555.36-
YUV206.35117.08149.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=38.19%
G=31.55%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619518700.170.210.079.856.3282.94
HexECC3BB011157a3853
Octal3543032730212571270123
Binary1110110011000011101110110100011010111110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3BB; }

 p { color: rgb(236,195,187); }

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

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

 a { background-color: rgb(236,195,187); }

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

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

 span { border-color: rgb(236,195,187); }

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