#E0B6AB

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

Shades of Cavern Pink #E0B6AB

Tints of Cavern Pink #E0B6AB

Color information

#E0B6AB (or 0xE0B6AB) is unknown color: approx Cavern Pink. HEX triplet: E0, B6 and AB. RGB value is (224,182,171). Sum of RGB (Red+Green+Blue) = 224+182+171=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B6AB is #1F4954. Grayscale: #C1C1C1. Windows color (decimal): -2050389 or 11253472. OLE color: 11253472.

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

Color convert

RGB224182171-
CMYK00.190.240.12
HSL12.45º46.09%77.45%-
HSV(B)12.45º23.66%87.84%-
XYZ54.8252.2445.72-
YUV193.3115.41149.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=38.82%
G=31.54%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418217100.190.240.1212.4546.0977.45
HexE0B6AB01318Cc2e4d
Octal34026625302330141456115
Binary11100000101101101010101101001111000110011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B6AB; }

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

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

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

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

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

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

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

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