#ECC0B1

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

Shades of Zinnwaldite #ECC0B1

Tints of Zinnwaldite #ECC0B1

Color information

#ECC0B1 (or 0xECC0B1) is unknown color: approx Zinnwaldite. HEX triplet: EC, C0 and B1. RGB value is (236,192,177). Sum of RGB (Red+Green+Blue) = 236+192+177=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0B1 is #133F4E. Grayscale: #CBCBCB. Windows color (decimal): -1261391 or 11649260. OLE color: 11649260.

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

Color convert

RGB236192177-
CMYK00.190.250.07
HSL15.25º60.82%80.98%-
HSV(B)15.25º25%92.55%-
XYZ61.3858.7149.69-
YUV203.45113.08151.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=39.01%
G=31.74%
B=29.26%

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
Decimal23619217700.190.250.0715.2560.8280.98
HexECC0B1013197f3d51
Octal3543002610233171775121
Binary1110110011000000101100010100111100111111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0B1; }

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

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

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

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

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

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

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

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