#ECC2B0

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

Shades of Zinnwaldite #ECC2B0

Tints of Zinnwaldite #ECC2B0

Color information

#ECC2B0 (or 0xECC2B0) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and B0. RGB value is (236,194,176). Sum of RGB (Red+Green+Blue) = 236+194+176=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2B0 is #133D4F. Grayscale: #CCCCCC. Windows color (decimal): -1260880 or 11584236. OLE color: 11584236.

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

Color convert

RGB236194176-
CMYK00.180.250.07
HSL18º61.22%80.78%-
HSV(B)18º25.42%92.55%-
XYZ61.7259.5549.32-
YUV204.51111.91150.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=38.94%
G=32.01%
B=29.04%

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
Decimal23619417600.180.250.071861.2280.78
HexECC2B0012197123d51
Octal3543022600223172275121
Binary11101100110000101011000001001011001111100101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2B0; }

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

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

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

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

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

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

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

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