#E0C0BC

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

Shades of Cavern Pink #E0C0BC

Tints of Cavern Pink #E0C0BC

Color information

#E0C0BC (or 0xE0C0BC) is unknown color: approx Cavern Pink. HEX triplet: E0, C0 and BC. RGB value is (224,192,188). Sum of RGB (Red+Green+Blue) = 224+192+188=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0BC is #1F3F43. Grayscale: #C9C9C9. Windows color (decimal): -2047812 or 12370144. OLE color: 12370144.

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

Color convert

RGB224192188-
CMYK00.140.160.12
HSL6.67º36.73%80.78%-
HSV(B)6.67º16.07%87.84%-
XYZ58.6757.1855.52-
YUV201.11120.6144.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=37.09%
G=31.79%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419218800.140.160.126.6736.7380.78
HexE0C0BC0E10C72551
Octal3403002740162014745121
Binary111000001100000010111100011101000011001111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0BC; }

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

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

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

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

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

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

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

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