#E0B3AC

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

Shades of Cavern Pink #E0B3AC

Tints of Cavern Pink #E0B3AC

Color information

#E0B3AC (or 0xE0B3AC) is unknown color: approx Cavern Pink. HEX triplet: E0, B3 and AC. RGB value is (224,179,172). Sum of RGB (Red+Green+Blue) = 224+179+172=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B3AC is #1F4C53. Grayscale: #BFBFBF. Windows color (decimal): -2051156 or 11318240. OLE color: 11318240.

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

Color convert

RGB224179172-
CMYK00.200.230.12
HSL8.08º45.61%77.65%-
HSV(B)8.08º23.21%87.84%-
XYZ54.3151.0746.02-
YUV191.66116.91151.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=38.96%
G=31.13%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417917200.200.230.128.0845.6177.65
HexE0B3AC01417C82e4e
Octal34026325402427141056116
Binary11100000101100111010110001010010111110010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B3AC; }

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

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

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

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

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

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

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

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