#E7B8AD

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

Shades of Cavern Pink #E7B8AD

Tints of Cavern Pink #E7B8AD

Color information

#E7B8AD (or 0xE7B8AD) is unknown color: approx Cavern Pink. HEX triplet: E7, B8 and AD. RGB value is (231,184,173). Sum of RGB (Red+Green+Blue) = 231+184+173=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B8AD is #184752. Grayscale: #C4C4C4. Windows color (decimal): -1591123 or 11385063. OLE color: 11385063.

HSL color Cylindrical-coordinate representation of color #E7B8AD: hue angle of 11.38º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B8AD is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231184173-
CMYK00.200.250.09
HSL11.38º54.72%79.22%-
HSV(B)11.38º25.11%90.59%-
XYZ57.6454.2946.98-
YUV196.8114.57152.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=39.29%
G=31.29%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118417300.200.250.0911.3854.7279.22
HexE7B8AD014199b374f
Octal34727025502431111367117
Binary11100111101110001010110101010011001100110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8AD; }

 p { color: rgb(231,184,173); }

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

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

 a { background-color: rgb(231,184,173); }

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

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

 span { border-color: rgb(231,184,173); }

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