#E1C0B8

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

Shades of Cavern Pink #E1C0B8

Tints of Cavern Pink #E1C0B8

Color information

#E1C0B8 (or 0xE1C0B8) is unknown color: approx Cavern Pink. HEX triplet: E1, C0 and B8. RGB value is (225,192,184). Sum of RGB (Red+Green+Blue) = 225+192+184=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0B8 is #1E3F47. Grayscale: #C9C9C9. Windows color (decimal): -1982280 or 12108001. OLE color: 12108001.

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

Color convert

RGB225192184-
CMYK00.150.180.12
HSL11.71º40.59%80.2%-
HSV(B)11.71º18.22%88.24%-
XYZ58.5557.1753.3-
YUV200.96118.43145.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 184 (72.27% from 255) = 30.62%
R=37.44%
G=31.95%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519218400.150.180.1211.7140.5980.2
HexE1C0B80F12Cc2950
Octal34130027001722141451120
Binary1110000111000000101110000111110010110011001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0B8; }

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

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

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

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

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

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

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

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