#E0C1BF

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

Shades of Cavern Pink #E0C1BF

Tints of Cavern Pink #E0C1BF

Color information

#E0C1BF (or 0xE0C1BF) is unknown color: approx Cavern Pink. HEX triplet: E0, C1 and BF. RGB value is (224,193,191). Sum of RGB (Red+Green+Blue) = 224+193+191=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BF is #1F3E40. Grayscale: #CACACA. Windows color (decimal): -2047553 or 12567008. OLE color: 12567008.

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

Color convert

RGB224193191-
CMYK00.140.150.12
HSL3.64º34.74%81.37%-
HSV(B)3.64º14.73%87.84%-
XYZ59.2157.7557.32-
YUV202.04121.77143.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 191 (75% from 255) = 31.41%
R=36.84%
G=31.74%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419319100.140.150.123.6434.7481.37
HexE0C1BF0EFC42351
Octal3403012770161714443121
Binary11100000110000011011111101110111111001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1BF; }

 p { color: rgb(224,193,191); }

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

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

 a { background-color: rgb(224,193,191); }

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

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

 span { border-color: rgb(224,193,191); }

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