#ECA2A7

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

Shades of Pale Chestnut #ECA2A7

Tints of Pale Chestnut #ECA2A7

Color information

#ECA2A7 (or 0xECA2A7) is unknown color: approx Pale Chestnut. HEX triplet: EC, A2 and A7. RGB value is (236,162,167). Sum of RGB (Red+Green+Blue) = 236+162+167=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A7 is #135D58. Grayscale: #B8B8B8. Windows color (decimal): -1269081 or 10986220. OLE color: 10986220.

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

Color convert

RGB236162167-
CMYK00.310.290.07
HSL355.95º66.07%78.04%-
HSV(B)355.95º31.36%92.55%-
XYZ54.4946.4642.66-
YUV184.7118.02164.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=41.77%
G=28.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616216700.310.290.07355.9566.0778.04
HexECA2A701F1D7164424e
Octal354242247037357544102116
Binary1110110010100010101001110111111110111110110010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2A7; }

 p { color: rgb(236,162,167); }

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

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

 a { background-color: rgb(236,162,167); }

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

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

 span { border-color: rgb(236,162,167); }

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