#E2C0BC

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

Shades of Cavern Pink #E2C0BC

Tints of Cavern Pink #E2C0BC

Color information

#E2C0BC (or 0xE2C0BC) is unknown color: approx Cavern Pink. HEX triplet: E2, C0 and BC. RGB value is (226,192,188). Sum of RGB (Red+Green+Blue) = 226+192+188=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C0BC is #1D3F43. Grayscale: #C9C9C9. Windows color (decimal): -1916740 or 12370146. OLE color: 12370146.

HSL color Cylindrical-coordinate representation of color #E2C0BC: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C0BC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226192188-
CMYK00.150.170.11
HSL6.32º39.58%81.18%-
HSV(B)6.32º16.81%88.63%-
XYZ59.2957.555.55-
YUV201.71120.26145.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.29%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=37.29%
G=31.68%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619218800.150.170.116.3239.5881.18
HexE2C0BC0F11B62851
Octal3423002740172113650121
Binary111000101100000010111100011111000110111101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0BC; }

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

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

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

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

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

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

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

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