#ECC0AC

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

Shades of Zinnwaldite #ECC0AC

Tints of Zinnwaldite #ECC0AC

Color information

#ECC0AC (or 0xECC0AC) is unknown color: approx Zinnwaldite. HEX triplet: EC, C0 and AC. RGB value is (236,192,172). Sum of RGB (Red+Green+Blue) = 236+192+172=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AC is #133F53. Grayscale: #CBCBCB. Windows color (decimal): -1261396 or 11321580. OLE color: 11321580.

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

Color convert

RGB236192172-
CMYK00.190.270.07
HSL18.75º62.75%80%-
HSV(B)18.75º27.12%92.55%-
XYZ60.8958.5147.11-
YUV202.88110.58151.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=39.33%
G=32%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619217200.190.270.0718.7562.7580
HexECC0AC0131B7133f50
Octal3543002540233372377120
Binary11101100110000001010110001001111011111100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0AC; }

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

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

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

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

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

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

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

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