#ECC1BC

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

Shades of Beauty Bush #ECC1BC

Tints of Beauty Bush #ECC1BC

Color information

#ECC1BC (or 0xECC1BC) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and BC. RGB value is (236,193,188). Sum of RGB (Red+Green+Blue) = 236+193+188=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BC is #133E43. Grayscale: #CDCDCD. Windows color (decimal): -1261124 or 12370412. OLE color: 12370412.

HSL color Cylindrical-coordinate representation of color #ECC1BC: hue angle of 6.25º 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 #ECC1BC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236193188-
CMYK00.180.200.07
HSL6.25º55.81%83.14%-
HSV(B)6.25º20.34%92.55%-
XYZ62.7459.655.77-
YUV205.29118.25149.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=38.25%
G=31.28%
B=30.47%

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
Decimal23619318800.180.200.076.2555.8183.14
HexECC1BC01214763853
Octal354301274022247670123
Binary111011001100000110111100010010101001111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1BC; }

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

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

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

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

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

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

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

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