#E0C2BF

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

Shades of Cavern Pink #E0C2BF

Tints of Cavern Pink #E0C2BF

Color information

#E0C2BF (or 0xE0C2BF) is unknown color: approx Cavern Pink. HEX triplet: E0, C2 and BF. RGB value is (224,194,191). Sum of RGB (Red+Green+Blue) = 224+194+191=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C2BF is #1F3D40. Grayscale: #CACACA. Windows color (decimal): -2047297 or 12567264. OLE color: 12567264.

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

Color convert

RGB224194191-
CMYK00.130.150.12
HSL5.45º34.74%81.37%-
HSV(B)5.45º14.73%87.84%-
XYZ59.4458.1957.39-
YUV202.63121.44143.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 191 (75% from 255) = 31.36%
R=36.78%
G=31.86%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419419100.130.150.125.4534.7481.37
HexE0C2BF0DFC52351
Octal3403022770151714543121
Binary11100000110000101011111101101111111001011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C2BF; }

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

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

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

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

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

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

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

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