#ECC1B1

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

Shades of Zinnwaldite #ECC1B1

Tints of Zinnwaldite #ECC1B1

Color information

#ECC1B1 (or 0xECC1B1) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and B1. RGB value is (236,193,177). Sum of RGB (Red+Green+Blue) = 236+193+177=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1B1 is #133E4E. Grayscale: #CCCCCC. Windows color (decimal): -1261135 or 11649516. OLE color: 11649516.

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

Color convert

RGB236193177-
CMYK00.180.250.07
HSL16.27º60.82%80.98%-
HSV(B)16.27º25%92.55%-
XYZ61.659.1549.76-
YUV204.03112.75150.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=38.94%
G=31.85%
B=29.21%

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
Decimal23619317700.180.250.0716.2760.8280.98
HexECC1B1012197103d51
Octal3543012610223172075121
Binary11101100110000011011000101001011001111100001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1B1; }

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

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

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

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

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

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

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

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