#ECC0B5

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

Shades of Beauty Bush #ECC0B5

Tints of Beauty Bush #ECC0B5

Color information

#ECC0B5 (or 0xECC0B5) is unknown color: approx Beauty Bush. HEX triplet: EC, C0 and B5. RGB value is (236,192,181). Sum of RGB (Red+Green+Blue) = 236+192+181=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0B5 is #133F4A. Grayscale: #CBCBCB. Windows color (decimal): -1261387 or 11911404. OLE color: 11911404.

HSL color Cylindrical-coordinate representation of color #ECC0B5: hue angle of 12º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC0B5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236192181-
CMYK00.190.230.07
HSL12º59.14%81.76%-
HSV(B)12º23.31%92.55%-
XYZ61.7858.8751.82-
YUV203.9115.08150.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=38.75%
G=31.53%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619218100.190.230.071259.1481.76
HexECC0B5013177c3b52
Octal3543002650232771473122
Binary1110110011000000101101010100111011111111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0B5; }

 p { color: rgb(236,192,181); }

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

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

 a { background-color: rgb(236,192,181); }

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

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

 span { border-color: rgb(236,192,181); }

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