#E1C0BC

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

Shades of Cavern Pink #E1C0BC

Tints of Cavern Pink #E1C0BC

Color information

#E1C0BC (or 0xE1C0BC) is unknown color: approx Cavern Pink. HEX triplet: E1, C0 and BC. RGB value is (225,192,188). Sum of RGB (Red+Green+Blue) = 225+192+188=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0BC is #1E3F43. Grayscale: #C9C9C9. Windows color (decimal): -1982276 or 12370145. OLE color: 12370145.

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

Color convert

RGB225192188-
CMYK00.150.160.12
HSL6.49º38.14%80.98%-
HSV(B)6.49º16.44%88.24%-
XYZ58.9857.3455.54-
YUV201.41120.43144.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=37.19%
G=31.74%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519218800.150.160.126.4938.1480.98
HexE1C0BC0F10C62651
Octal3413002740172014646121
Binary111000011100000010111100011111000011001101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0BC; }

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

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

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

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

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

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

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

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