#ECC3C2

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

Shades of Beauty Bush #ECC3C2

Tints of Beauty Bush #ECC3C2

Color information

#ECC3C2 (or 0xECC3C2) is unknown color: approx Beauty Bush. HEX triplet: EC, C3 and C2. RGB value is (236,195,194). Sum of RGB (Red+Green+Blue) = 236+195+194=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C2 is #133C3D. Grayscale: #CFCFCF. Windows color (decimal): -1260606 or 12764140. OLE color: 12764140.

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

Color convert

RGB236195194-
CMYK00.170.180.07
HSL1.43º52.5%84.31%-
HSV(B)1.43º17.8%92.55%-
XYZ63.8460.7659.4-
YUV207.14120.58148.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=37.76%
G=31.2%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619519400.170.180.071.4352.584.31
HexECC3C201112713554
Octal354303302021227165124
Binary1110110011000011110000100100011001011111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3C2; }

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

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

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

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

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

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

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

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