#ECC4B6

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

Shades of Zinnwaldite #ECC4B6

Tints of Zinnwaldite #ECC4B6

Color information

#ECC4B6 (or 0xECC4B6) is unknown color: approx Zinnwaldite. HEX triplet: EC, C4 and B6. RGB value is (236,196,182). Sum of RGB (Red+Green+Blue) = 236+196+182=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4B6 is #133B49. Grayscale: #CECECE. Windows color (decimal): -1260362 or 11977964. OLE color: 11977964.

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

Color convert

RGB236196182-
CMYK00.170.230.07
HSL15.56º58.7%81.96%-
HSV(B)15.56º22.88%92.55%-
XYZ62.7860.6952.66-
YUV206.36114.25149.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=38.44%
G=31.92%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619618200.170.230.0715.5658.781.96
HexECC4B6011177103b52
Octal3543042660212772073122
Binary11101100110001001011011001000110111111100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4B6; }

 p { color: rgb(236,196,182); }

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

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

 a { background-color: rgb(236,196,182); }

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

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

 span { border-color: rgb(236,196,182); }

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