Html Css Color HEX #E0ACB1 Pale Chestnut

📋 copy color: '#E0ACB1'

red 224 ◦ green 172 ◦ blue 177

#E0ACB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #E0ACB1

Tints of Pale Chestnut #E0ACB1

RGB

 RED value IS 224 (87.89% from 255) = 39.09%

 GREEN value IS 172 (67.58% from 255) = 30.02%

 BLUE value IS 177 (69.53% from 255) = 30.89%

R = 39.09%
G = 30.02%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E0ACB1 (or 0xE0ACB1) is known color: Pale Chestnut. HEX triplet: E0, AC and B1. RGB value is (224,172,177). Sum of RGB (Red+Green+Blue) = 224+172+177=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACB1 is #1F534E. Grayscale: #BCBCBC. Windows color (decimal): -2052943 or 11644128. OLE color: 11644128.

HSL color Cylindrical-coordinate representation of color #E0ACB1: hue angle of 354.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACB1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 177 -
CMYK 0 0.23 0.21 0.12
HSL 354.23º 0.46% 0.78% -
HSV(B) 354.23º 0.23% 0.88% -
XYZ 53.43 48.53 48.15 -
YUV 188.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 224 172 177 0 0.23 0.21 0.12 354.23 0.46 0.78
Hex E0 AC B1 0 17 15 C 162 2E 4E
Octal 340 254 261 0 27 25 14 542 56 116
Binary 11100000 10101100 10110001 0 10111 10101 1100 101100010 101110 1001110

Color Harmonies of #E0ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACB1

Black with #E0ACB1

Text Example


Text Example

White with #E0ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACB1; }

 p { color: rgb(224,172,177); }

 H1.HeaderClassName
 {
   color: #E0ACB1;
 }
 .AnyTagClassName
 {
   color: #E0ACB1;
 }
</style>

background-color css

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

 a { background-color: rgb(224,172,177); }

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

border-color css

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

 span { border-color: rgb(224,172,177); }

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