#ECC3B6

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

Shades of Zinnwaldite #ECC3B6

Tints of Zinnwaldite #ECC3B6

Color information

#ECC3B6 (or 0xECC3B6) is unknown color: approx Zinnwaldite. HEX triplet: EC, C3 and B6. RGB value is (236,195,182). Sum of RGB (Red+Green+Blue) = 236+195+182=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3B6 is #133C49. Grayscale: #CDCDCD. Windows color (decimal): -1260618 or 11977708. OLE color: 11977708.

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

Color convert

RGB236195182-
CMYK00.170.230.07
HSL14.44º58.7%81.96%-
HSV(B)14.44º22.88%92.55%-
XYZ62.5560.2452.59-
YUV205.78114.58149.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=38.50%
G=31.81%
B=29.69%

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
Decimal23619518200.170.230.0714.4458.781.96
HexECC3B6011177e3b52
Octal3543032660212771673122
Binary1110110011000011101101100100011011111111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3B6; }

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

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

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

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

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

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

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

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