#ECC6B1

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

Shades of Zinnwaldite #ECC6B1

Tints of Zinnwaldite #ECC6B1

Color information

#ECC6B1 (or 0xECC6B1) is unknown color: approx Zinnwaldite. HEX triplet: EC, C6 and B1. RGB value is (236,198,177). Sum of RGB (Red+Green+Blue) = 236+198+177=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6B1 is #13394E. Grayscale: #CFCFCF. Windows color (decimal): -1259855 or 11650796. OLE color: 11650796.

HSL color Cylindrical-coordinate representation of color #ECC6B1: hue angle of 21.36º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC6B1 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236198177-
CMYK00.160.250.07
HSL21.36º60.82%80.98%-
HSV(B)21.36º25%92.55%-
XYZ62.7261.450.14-
YUV206.97111.09148.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=38.63%
G=32.41%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619817700.160.250.0721.3660.8280.98
HexECC6B1010197153d51
Octal3543062610203172575121
Binary11101100110001101011000101000011001111101011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6B1; }

 p { color: rgb(236,198,177); }

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

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

 a { background-color: rgb(236,198,177); }

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

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

 span { border-color: rgb(236,198,177); }

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