#E0BCAF

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

Shades of Cavern Pink #E0BCAF

Tints of Cavern Pink #E0BCAF

Color information

#E0BCAF (or 0xE0BCAF) is unknown color: approx Cavern Pink. HEX triplet: E0, BC and AF. RGB value is (224,188,175). Sum of RGB (Red+Green+Blue) = 224+188+175=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCAF is #1F4350. Grayscale: #C5C5C5. Windows color (decimal): -2048849 or 11517152. OLE color: 11517152.

HSL color Cylindrical-coordinate representation of color #E0BCAF: hue angle of 15.92º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BCAF is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224188175-
CMYK00.160.220.12
HSL15.92º44.14%78.24%-
HSV(B)15.92º21.88%87.84%-
XYZ56.4654.9148.18-
YUV197.28115.43147.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=38.16%
G=32.03%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418817500.160.220.1215.9244.1478.24
HexE0BCAF01016C102c4e
Octal34027425702026142054116
Binary111000001011110010101111010000101101100100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCAF; }

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

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

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

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

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

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

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

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