#ECC3AB

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

Shades of Zinnwaldite #ECC3AB

Tints of Zinnwaldite #ECC3AB

Color information

#ECC3AB (or 0xECC3AB) is unknown color: approx Zinnwaldite. HEX triplet: EC, C3 and AB. RGB value is (236,195,171). Sum of RGB (Red+Green+Blue) = 236+195+171=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AB is #133C54. Grayscale: #CCCCCC. Windows color (decimal): -1260629 or 11256812. OLE color: 11256812.

HSL color Cylindrical-coordinate representation of color #ECC3AB: hue angle of 22.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC3AB is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236195171-
CMYK00.170.280.07
HSL22.15º63.11%79.8%-
HSV(B)22.15º27.54%92.55%-
XYZ61.4659.846.83-
YUV204.52109.08150.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=39.20%
G=32.39%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619517100.170.280.0722.1563.1179.8
HexECC3AB0111C7163f50
Octal3543032530213472677120
Binary11101100110000111010101101000111100111101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3AB; }

 p { color: rgb(236,195,171); }

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

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

 a { background-color: rgb(236,195,171); }

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

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

 span { border-color: rgb(236,195,171); }

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