#ECC2B1

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

Shades of Zinnwaldite #ECC2B1

Tints of Zinnwaldite #ECC2B1

Color information

#ECC2B1 (or 0xECC2B1) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and B1. RGB value is (236,194,177). Sum of RGB (Red+Green+Blue) = 236+194+177=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2B1 is #133D4E. Grayscale: #CCCCCC. Windows color (decimal): -1260879 or 11649772. OLE color: 11649772.

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

Color convert

RGB236194177-
CMYK00.180.250.07
HSL17.29º60.82%80.98%-
HSV(B)17.29º25%92.55%-
XYZ61.8259.5949.84-
YUV204.62112.41150.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=38.88%
G=31.96%
B=29.16%

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
Decimal23619417700.180.250.0717.2960.8280.98
HexECC2B1012197113d51
Octal3543022610223172175121
Binary11101100110000101011000101001011001111100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2B1; }

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

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

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

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

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

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

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

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