#C15E84

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

Shades of Tapestry #C15E84

Tints of Tapestry #C15E84

Color information

#C15E84 (or 0xC15E84) is unknown color: approx Tapestry. HEX triplet: C1, 5E and 84. RGB value is (193,94,132). Sum of RGB (Red+Green+Blue) = 193+94+132=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E84 is #3EA17B. Grayscale: #7F7F7F. Windows color (decimal): -4104572 or 8675009. OLE color: 8675009.

HSL color Cylindrical-coordinate representation of color #C15E84: hue angle of 336.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E84 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19394132-
CMYK00.510.320.24
HSL336.97º44.39%56.27%-
HSV(B)336.97º51.3%75.69%-
XYZ30.1621.0124.3-
YUV127.93130.3174.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=46.06%
G=22.43%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939413200.510.320.24336.9744.3956.27
HexC15E8403320181512c38
Octal30113620406340305215470
Binary11000001101111010000100011001110000011000101010001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E84; }

 p { color: rgb(193,94,132); }

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

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

 a { background-color: rgb(193,94,132); }

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

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

 span { border-color: rgb(193,94,132); }

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