#C15E82

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

Shades of Tapestry #C15E82

Tints of Tapestry #C15E82

Color information

#C15E82 (or 0xC15E82) is unknown color: approx Tapestry. HEX triplet: C1, 5E and 82. RGB value is (193,94,130). Sum of RGB (Red+Green+Blue) = 193+94+130=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E82 is #3EA17D. Grayscale: #7F7F7F. Windows color (decimal): -4104574 or 8543937. OLE color: 8543937.

HSL color Cylindrical-coordinate representation of color #C15E82: hue angle of 338.18º 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 #C15E82 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19394130-
CMYK00.510.330.24
HSL338.18º44.39%56.27%-
HSV(B)338.18º51.3%75.69%-
XYZ30.0220.9523.58-
YUV127.7129.3174.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=46.28%
G=22.54%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939413000.510.330.24338.1844.3956.27
HexC15E8203321181522c38
Octal30113620206341305225470
Binary11000001101111010000010011001110000111000101010010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E82; }

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

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

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

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

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

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

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

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