#E1C1BC

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

Shades of Cavern Pink #E1C1BC

Tints of Cavern Pink #E1C1BC

Color information

#E1C1BC (or 0xE1C1BC) is unknown color: approx Cavern Pink. HEX triplet: E1, C1 and BC. RGB value is (225,193,188). Sum of RGB (Red+Green+Blue) = 225+193+188=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1BC is #1E3E43. Grayscale: #CACACA. Windows color (decimal): -1982020 or 12370401. OLE color: 12370401.

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

Color convert

RGB225193188-
CMYK00.140.160.12
HSL8.11º38.14%80.98%-
HSV(B)8.11º16.44%88.24%-
XYZ59.257.7855.61-
YUV202120.1144.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=37.13%
G=31.85%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519318800.140.160.128.1138.1480.98
HexE1C1BC0E10C82651
Octal34130127401620141046121
Binary1110000111000001101111000111010000110010001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1BC; }

 p { color: rgb(225,193,188); }

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

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

 a { background-color: rgb(225,193,188); }

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

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

 span { border-color: rgb(225,193,188); }

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