#E0C1BC

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

Shades of Cavern Pink #E0C1BC

Tints of Cavern Pink #E0C1BC

Color information

#E0C1BC (or 0xE0C1BC) is unknown color: approx Cavern Pink. HEX triplet: E0, C1 and BC. RGB value is (224,193,188). Sum of RGB (Red+Green+Blue) = 224+193+188=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BC is #1F3E43. Grayscale: #C9C9C9. Windows color (decimal): -2047556 or 12370400. OLE color: 12370400.

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

Color convert

RGB224193188-
CMYK00.140.160.12
HSL8.33º36.73%80.78%-
HSV(B)8.33º16.07%87.84%-
XYZ58.8957.6255.59-
YUV201.7120.27143.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=37.02%
G=31.90%
B=31.07%

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
Decimal22419318800.140.160.128.3336.7380.78
HexE0C1BC0E10C82551
Octal34030127401620141045121
Binary1110000011000001101111000111010000110010001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1BC; }

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

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

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

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

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

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

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

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