#E1B7AC

Color #E1B7AC Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #E1B7AC

Tints of Cavern Pink #E1B7AC

Color information

#E1B7AC (or 0xE1B7AC) is unknown color: approx Cavern Pink. HEX triplet: E1, B7 and AC. RGB value is (225,183,172). Sum of RGB (Red+Green+Blue) = 225+183+172=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B7AC is #1E4853. Grayscale: #C2C2C2. Windows color (decimal): -1984596 or 11319265. OLE color: 11319265.

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

Color convert

RGB225183172-
CMYK00.190.240.12
HSL12.45º46.9%77.84%-
HSV(B)12.45º23.56%88.24%-
XYZ55.4352.8546.31-
YUV194.3115.41149.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=38.79%
G=31.55%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518317200.190.240.1212.4546.977.84
HexE1B7AC01318Cc2f4e
Octal34126725402330141457116
Binary11100001101101111010110001001111000110011001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7AC; }

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

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

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

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

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

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

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

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