#E1C1BE

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

Shades of Cavern Pink #E1C1BE

Tints of Cavern Pink #E1C1BE

Color information

#E1C1BE (or 0xE1C1BE) is unknown color: approx Cavern Pink. HEX triplet: E1, C1 and BE. RGB value is (225,193,190). Sum of RGB (Red+Green+Blue) = 225+193+190=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1BE is #1E3E41. Grayscale: #CACACA. Windows color (decimal): -1982018 or 12501473. OLE color: 12501473.

HSL color Cylindrical-coordinate representation of color #E1C1BE: hue angle of 5.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C1BE is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225193190-
CMYK00.140.160.12
HSL5.14º36.84%81.37%-
HSV(B)5.14º15.56%88.24%-
XYZ59.4257.8756.75-
YUV202.23121.1144.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=37.01%
G=31.74%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519319000.140.160.125.1436.8481.37
HexE1C1BE0E10C52551
Octal3413012760162014545121
Binary111000011100000110111110011101000011001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1BE; }

 p { color: rgb(225,193,190); }

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

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

 a { background-color: rgb(225,193,190); }

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

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

 span { border-color: rgb(225,193,190); }

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