#E0BFBD

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

Shades of Cavern Pink #E0BFBD

Tints of Cavern Pink #E0BFBD

Color information

#E0BFBD (or 0xE0BFBD) is unknown color: approx Cavern Pink. HEX triplet: E0, BF and BD. RGB value is (224,191,189). Sum of RGB (Red+Green+Blue) = 224+191+189=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBD is #1F4042. Grayscale: #C8C8C8. Windows color (decimal): -2048067 or 12435424. OLE color: 12435424.

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

Color convert

RGB224191189-
CMYK00.150.160.12
HSL3.43º36.08%80.98%-
HSV(B)3.43º15.62%87.84%-
XYZ58.5656.7856.02-
YUV200.64121.43144.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=37.09%
G=31.62%
B=31.29%

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
Decimal22419118900.150.160.123.4336.0880.98
HexE0BFBD0F10C32451
Octal3402772750172014344121
Binary11100000101111111011110101111100001100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFBD; }

 p { color: rgb(224,191,189); }

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

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

 a { background-color: rgb(224,191,189); }

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

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

 span { border-color: rgb(224,191,189); }

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