#E7B9AF

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

Shades of Cavern Pink #E7B9AF

Tints of Cavern Pink #E7B9AF

Color information

#E7B9AF (or 0xE7B9AF) is unknown color: approx Cavern Pink. HEX triplet: E7, B9 and AF. RGB value is (231,185,175). Sum of RGB (Red+Green+Blue) = 231+185+175=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B9AF is #184650. Grayscale: #C5C5C5. Windows color (decimal): -1590865 or 11516391. OLE color: 11516391.

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

Color convert

RGB231185175-
CMYK00.200.240.09
HSL10.71º53.85%79.61%-
HSV(B)10.71º24.24%90.59%-
XYZ58.0454.7848.07-
YUV197.61115.24151.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=39.09%
G=31.30%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118517500.200.240.0910.7153.8579.61
HexE7B9AF014189b3650
Octal34727125702430111366120
Binary11100111101110011010111101010011000100110111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9AF; }

 p { color: rgb(231,185,175); }

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

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

 a { background-color: rgb(231,185,175); }

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

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

 span { border-color: rgb(231,185,175); }

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