#ECC1B0

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

Shades of Zinnwaldite #ECC1B0

Tints of Zinnwaldite #ECC1B0

Color information

#ECC1B0 (or 0xECC1B0) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and B0. RGB value is (236,193,176). Sum of RGB (Red+Green+Blue) = 236+193+176=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1B0 is #133E4F. Grayscale: #CCCCCC. Windows color (decimal): -1261136 or 11583980. OLE color: 11583980.

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

Color convert

RGB236193176-
CMYK00.180.250.07
HSL17º61.22%80.78%-
HSV(B)17º25.42%92.55%-
XYZ61.559.1149.24-
YUV203.92112.25150.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=39.01%
G=31.90%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619317600.180.250.071761.2280.78
HexECC1B0012197113d51
Octal3543012600223172175121
Binary11101100110000011011000001001011001111100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1B0; }

 p { color: rgb(236,193,176); }

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

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

 a { background-color: rgb(236,193,176); }

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

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

 span { border-color: rgb(236,193,176); }

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