#E0BCB3

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

Shades of Cavern Pink #E0BCB3

Tints of Cavern Pink #E0BCB3

Color information

#E0BCB3 (or 0xE0BCB3) is unknown color: approx Cavern Pink. HEX triplet: E0, BC and B3. RGB value is (224,188,179). Sum of RGB (Red+Green+Blue) = 224+188+179=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCB3 is #1F434C. Grayscale: #C5C5C5. Windows color (decimal): -2048845 or 11779296. OLE color: 11779296.

HSL color Cylindrical-coordinate representation of color #E0BCB3: hue angle of 12º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BCB3 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224188179-
CMYK00.160.200.12
HSL12º42.06%79.02%-
HSV(B)12º20.09%87.84%-
XYZ56.8655.0750.28-
YUV197.74117.43146.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 179 (70.31% from 255) = 30.29%
R=37.90%
G=31.81%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418817900.160.200.121242.0679.02
HexE0BCB301014Cc2a4f
Octal34027426302024141452117
Binary11100000101111001011001101000010100110011001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCB3; }

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

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

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

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

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

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

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

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