#eca3a6

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

Shades of Pale Chestnut #ECA3A6

Tints of Pale Chestnut #ECA3A6

Color information

#ECA3A6 (or 0xECA3A6) is unknown color: approx Pale Chestnut. HEX triplet: EC, A3 and A6. RGB value is (236,163,166). Sum of RGB (Red+Green+Blue) = 236+163+166=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA3A6 is #135C59. Grayscale: #B9B9B9. Windows color (decimal): -1268826 or 10920940. OLE color: 10920940.

HSL color Cylindrical-coordinate representation of color #ECA3A6: hue angle of 357.53º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA3A6 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236163166-
CMYK00.310.300.07
HSL357.53º65.77%78.24%-
HSV(B)357.53º30.93%92.55%-
XYZ54.5746.7842.23-
YUV185.17117.18164.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 166 (65.23% from 255) = 29.38%
R=41.77%
G=28.85%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616316600.310.300.07357.5365.7778.24
HexECA3A601F1E7166424e
Octal354243246037367546102116
Binary1110110010100011101001100111111111011110110011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eca3a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eca3a6; }

 p { color: rgb(236,163,166); }

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

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

 a { background-color: rgb(236,163,166); }

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

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

 span { border-color: rgb(236,163,166); }

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