Html Css Color HEX #E0ACB0 Pale Chestnut

📋 copy color: '#E0ACB0'

red 224 ◦ green 172 ◦ blue 176

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

Shades of Pale Chestnut #E0ACB0

Tints of Pale Chestnut #E0ACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 39.16%
G = 30.07%
B = 30.77%

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

#E0ACB0 (or 0xE0ACB0) is known color: Pale Chestnut. HEX triplet: E0, AC and B0. RGB value is (224,172,176). Sum of RGB (Red+Green+Blue) = 224+172+176=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACB0 is #1F534F. Grayscale: #BCBCBC. Windows color (decimal): -2052944 or 11578592. OLE color: 11578592.

HSL color Cylindrical-coordinate representation of color #E0ACB0: hue angle of 355.38º 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 #E0ACB0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 176 -
CMYK 0 0.23 0.21 0.12
HSL 355.38º 0.46% 0.78% -
HSV(B) 355.38º 0.23% 0.88% -
XYZ 53.33 48.49 47.62 -
YUV 188 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 224 172 176 0 0.23 0.21 0.12 355.38 0.46 0.78
Hex E0 AC B0 0 17 15 C 163 2E 4E
Octal 340 254 260 0 27 25 14 543 56 116
Binary 11100000 10101100 10110000 0 10111 10101 1100 101100011 101110 1001110

Color Harmonies of #E0ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACB0

Black with #E0ACB0

Text Example


Text Example

White with #E0ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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