#E2B7AC

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

Shades of Cavern Pink #E2B7AC

Tints of Cavern Pink #E2B7AC

Color information

#E2B7AC (or 0xE2B7AC) is unknown color: approx Cavern Pink. HEX triplet: E2, B7 and AC. RGB value is (226,183,172). Sum of RGB (Red+Green+Blue) = 226+183+172=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B7AC is #1D4853. Grayscale: #C2C2C2. Windows color (decimal): -1919060 or 11319266. OLE color: 11319266.

HSL color Cylindrical-coordinate representation of color #E2B7AC: hue angle of 12.22º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B7AC is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226183172-
CMYK00.190.240.11
HSL12.22º48.21%78.04%-
HSV(B)12.22º23.89%88.63%-
XYZ55.7453.0146.32-
YUV194.6115.25150.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=38.90%
G=31.50%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618317200.190.240.1112.2248.2178.04
HexE2B7AC01318Bc304e
Octal34226725402330131460116
Binary11100010101101111010110001001111000101111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B7AC; }

 p { color: rgb(226,183,172); }

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

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

 a { background-color: rgb(226,183,172); }

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

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

 span { border-color: rgb(226,183,172); }

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