#ECACAF

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

Shades of Pale Chestnut #ECACAF

Tints of Pale Chestnut #ECACAF

Color information

#ECACAF (or 0xECACAF) is unknown color: approx Pale Chestnut. HEX triplet: EC, AC and AF. RGB value is (236,172,175). Sum of RGB (Red+Green+Blue) = 236+172+175=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACAF is #135350. Grayscale: #BFBFBF. Windows color (decimal): -1266513 or 11513068. OLE color: 11513068.

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

Color convert

RGB236172175-
CMYK00.270.260.07
HSL357.19º62.75%80%-
HSV(B)357.19º27.12%92.55%-
XYZ57.0850.4347.28-
YUV191.48118.7159.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=40.48%
G=29.50%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617217500.270.260.07357.1962.7580
HexECACAF01B1A71653f50
Octal35425425703332754577120
Binary111011001010110010101111011011110101111011001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACAF; }

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

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

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

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

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

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

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

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