#ECC2BC

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

Shades of Beauty Bush #ECC2BC

Tints of Beauty Bush #ECC2BC

Color information

#ECC2BC (or 0xECC2BC) is unknown color: approx Beauty Bush. HEX triplet: EC, C2 and BC. RGB value is (236,194,188). Sum of RGB (Red+Green+Blue) = 236+194+188=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2BC is #133D43. Grayscale: #CDCDCD. Windows color (decimal): -1260868 or 12370668. OLE color: 12370668.

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

Color convert

RGB236194188-
CMYK00.180.200.07
HSL7.5º55.81%83.14%-
HSV(B)7.5º20.34%92.55%-
XYZ62.9660.0555.85-
YUV205.87117.91149.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=38.19%
G=31.39%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619418800.180.200.077.555.8183.14
HexECC2BC01214783853
Octal3543022740222471070123
Binary1110110011000010101111000100101010011110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2BC; }

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

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

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

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

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

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

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

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