#ECC1B9

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

Shades of Beauty Bush #ECC1B9

Tints of Beauty Bush #ECC1B9

Color information

#ECC1B9 (or 0xECC1B9) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and B9. RGB value is (236,193,185). Sum of RGB (Red+Green+Blue) = 236+193+185=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B9 is #133E46. Grayscale: #CDCDCD. Windows color (decimal): -1261127 or 12173804. OLE color: 12173804.

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

Color convert

RGB236193185-
CMYK00.180.220.07
HSL9.41º57.3%82.55%-
HSV(B)9.41º21.61%92.55%-
XYZ62.4259.4854.09-
YUV204.94116.75150.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=38.44%
G=31.43%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619318500.180.220.079.4157.382.55
HexECC1B901216793953
Octal3543012710222671171123
Binary1110110011000001101110010100101011011110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1B9; }

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

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

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

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

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

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

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

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