#E0C0BA

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

Shades of Cavern Pink #E0C0BA

Tints of Cavern Pink #E0C0BA

Color information

#E0C0BA (or 0xE0C0BA) is unknown color: approx Cavern Pink. HEX triplet: E0, C0 and BA. RGB value is (224,192,186). Sum of RGB (Red+Green+Blue) = 224+192+186=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0BA is #1F3F45. Grayscale: #C8C8C8. Windows color (decimal): -2047814 or 12239072. OLE color: 12239072.

HSL color Cylindrical-coordinate representation of color #E0C0BA: hue angle of 9.47º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C0BA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224192186-
CMYK00.140.170.12
HSL9.47º38%80.39%-
HSV(B)9.47º16.96%87.84%-
XYZ58.4557.0954.39-
YUV200.88119.6144.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=37.21%
G=31.89%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419218600.140.170.129.473880.39
HexE0C0BA0E11C92650
Octal34030027201621141146120
Binary1110000011000000101110100111010001110010011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0BA; }

 p { color: rgb(224,192,186); }

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

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

 a { background-color: rgb(224,192,186); }

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

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

 span { border-color: rgb(224,192,186); }

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