#E0B9AC

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

Shades of Cavern Pink #E0B9AC

Tints of Cavern Pink #E0B9AC

Color information

#E0B9AC (or 0xE0B9AC) is unknown color: approx Cavern Pink. HEX triplet: E0, B9 and AC. RGB value is (224,185,172). Sum of RGB (Red+Green+Blue) = 224+185+172=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AC is #1F4653. Grayscale: #C3C3C3. Windows color (decimal): -2049620 or 11319776. OLE color: 11319776.

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

Color convert

RGB224185172-
CMYK00.170.230.12
HSL15º45.61%77.65%-
HSV(B)15º23.21%87.84%-
XYZ55.5453.5246.43-
YUV195.18114.92148.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=38.55%
G=31.84%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418517200.170.230.121545.6177.65
HexE0B9AC01117Cf2e4e
Octal34027125402127141756116
Binary11100000101110011010110001000110111110011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9AC; }

 p { color: rgb(224,185,172); }

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

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

 a { background-color: rgb(224,185,172); }

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

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

 span { border-color: rgb(224,185,172); }

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