#ECC0B0

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

Shades of Zinnwaldite #ECC0B0

Tints of Zinnwaldite #ECC0B0

Color information

#ECC0B0 (or 0xECC0B0) is unknown color: approx Zinnwaldite. HEX triplet: EC, C0 and B0. RGB value is (236,192,176). Sum of RGB (Red+Green+Blue) = 236+192+176=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0B0 is #133F4F. Grayscale: #CBCBCB. Windows color (decimal): -1261392 or 11583724. OLE color: 11583724.

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

Color convert

RGB236192176-
CMYK00.190.250.07
HSL16º61.22%80.78%-
HSV(B)16º25.42%92.55%-
XYZ61.2858.6749.17-
YUV203.33112.58151.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=39.07%
G=31.79%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619217600.190.250.071661.2280.78
HexECC0B0013197103d51
Octal3543002600233172075121
Binary11101100110000001011000001001111001111100001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0B0; }

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

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

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

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

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

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

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

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