#E0C1BA

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

Shades of Cavern Pink #E0C1BA

Tints of Cavern Pink #E0C1BA

Color information

#E0C1BA (or 0xE0C1BA) is unknown color: approx Cavern Pink. HEX triplet: E0, C1 and BA. RGB value is (224,193,186). Sum of RGB (Red+Green+Blue) = 224+193+186=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BA is #1F3E45. Grayscale: #C9C9C9. Windows color (decimal): -2047558 or 12239328. OLE color: 12239328.

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

Color convert

RGB224193186-
CMYK00.140.170.12
HSL11.05º38%80.39%-
HSV(B)11.05º16.96%87.84%-
XYZ58.6757.5354.47-
YUV201.47119.27144.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=37.15%
G=32.01%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419318600.140.170.1211.053880.39
HexE0C1BA0E11Cb2650
Octal34030127201621141346120
Binary1110000011000001101110100111010001110010111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1BA; }

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

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

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

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

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

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

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

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