#E0BAB0

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

Shades of Cavern Pink #E0BAB0

Tints of Cavern Pink #E0BAB0

Color information

#E0BAB0 (or 0xE0BAB0) is unknown color: approx Cavern Pink. HEX triplet: E0, BA and B0. RGB value is (224,186,176). Sum of RGB (Red+Green+Blue) = 224+186+176=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAB0 is #1F454F. Grayscale: #C4C4C4. Windows color (decimal): -2049360 or 11582176. OLE color: 11582176.

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

Color convert

RGB224186176-
CMYK00.170.210.12
HSL12.5º43.64%78.43%-
HSV(B)12.5º21.43%87.84%-
XYZ56.1454.148.56-
YUV196.22116.59147.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=38.23%
G=31.74%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418617600.170.210.1212.543.6478.43
HexE0BAB001115Cd2c4e
Octal34027226002125141554116
Binary11100000101110101011000001000110101110011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAB0; }

 p { color: rgb(224,186,176); }

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

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

 a { background-color: rgb(224,186,176); }

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

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

 span { border-color: rgb(224,186,176); }

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