#E0BCBA

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

Shades of Cavern Pink #E0BCBA

Tints of Cavern Pink #E0BCBA

Color information

#E0BCBA (or 0xE0BCBA) is unknown color: approx Cavern Pink. HEX triplet: E0, BC and BA. RGB value is (224,188,186). Sum of RGB (Red+Green+Blue) = 224+188+186=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBA is #1F4345. Grayscale: #C6C6C6. Windows color (decimal): -2048838 or 12238048. OLE color: 12238048.

HSL color Cylindrical-coordinate representation of color #E0BCBA: hue angle of 3.16º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BCBA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224188186-
CMYK00.160.170.12
HSL3.16º38%80.39%-
HSV(B)3.16º16.96%87.84%-
XYZ57.5955.3654.1-
YUV198.54120.93146.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=37.46%
G=31.44%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418818600.160.170.123.163880.39
HexE0BCBA01011C32650
Octal3402742720202114346120
Binary111000001011110010111010010000100011100111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCBA; }

 p { color: rgb(224,188,186); }

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

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

 a { background-color: rgb(224,188,186); }

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

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

 span { border-color: rgb(224,188,186); }

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