#E0B0AB

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

Shades of Cavern Pink #E0B0AB

Tints of Cavern Pink #E0B0AB

Color information

#E0B0AB (or 0xE0B0AB) is unknown color: approx Cavern Pink. HEX triplet: E0, B0 and AB. RGB value is (224,176,171). Sum of RGB (Red+Green+Blue) = 224+176+171=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B0AB is #1F4F54. Grayscale: #BDBDBD. Windows color (decimal): -2051925 or 11251936. OLE color: 11251936.

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

Color convert

RGB224176171-
CMYK00.210.240.12
HSL5.66º46.09%77.45%-
HSV(B)5.66º23.66%87.84%-
XYZ53.6249.8445.32-
YUV189.78117.4152.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=39.23%
G=30.82%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417617100.210.240.125.6646.0977.45
HexE0B0AB01518C62e4d
Octal3402602530253014656115
Binary1110000010110000101010110101011100011001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0AB; }

 p { color: rgb(224,176,171); }

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

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

 a { background-color: rgb(224,176,171); }

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

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

 span { border-color: rgb(224,176,171); }

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