Html Css Color HEX #E1ACB0 Pale Chestnut

📋 copy color: '#E1ACB0'

red 225 ◦ green 172 ◦ blue 176

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

Shades of Pale Chestnut #E1ACB0

Tints of Pale Chestnut #E1ACB0

RGB

 RED value IS 225 (88.28% from 255) = 39.27%

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

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

R = 39.27%
G = 30.02%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1ACB0 (or 0xE1ACB0) is known color: Pale Chestnut. HEX triplet: E1, AC and B0. RGB value is (225,172,176). Sum of RGB (Red+Green+Blue) = 225+172+176=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACB0 is #1E534F. Grayscale: #BCBCBC. Windows color (decimal): -1987408 or 11578593. OLE color: 11578593.

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

Color convert

RGB 225 172 176 -
CMYK 0 0.24 0.22 0.12
HSL 355.47º 0.47% 0.78% -
HSV(B) 355.47º 0.24% 0.88% -
XYZ 53.64 48.65 47.64 -
YUV 188.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 225 172 176 0 0.24 0.22 0.12 355.47 0.47 0.78
Hex E1 AC B0 0 18 16 C 163 2F 4E
Octal 341 254 260 0 30 26 14 543 57 116
Binary 11100001 10101100 10110000 0 11000 10110 1100 101100011 101111 1001110

Color Harmonies of #E1ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACB0

Black with #E1ACB0

Text Example


Text Example

White with #E1ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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