#C17580

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

Shades of Tapestry #C17580

Tints of Tapestry #C17580

Color information

#C17580 (or 0xC17580) is unknown color: approx Tapestry. HEX triplet: C1, 75 and 80. RGB value is (193,117,128). Sum of RGB (Red+Green+Blue) = 193+117+128=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17580 is #3E8A7F. Grayscale: #8D8D8D. Windows color (decimal): -4098688 or 8418753. OLE color: 8418753.

HSL color Cylindrical-coordinate representation of color #C17580: hue angle of 351.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17580 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193117128-
CMYK00.390.340.24
HSL351.32º38%60.78%-
HSV(B)351.32º39.38%75.69%-
XYZ32.2525.6223.67-
YUV140.98120.68165.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=44.06%
G=26.71%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311712800.390.340.24351.323860.78
HexC17580027221815f263d
Octal30116520004742305374675
Binary11000001111010110000000010011110001011000101011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17580; }

 p { color: rgb(193,117,128); }

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

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

 a { background-color: rgb(193,117,128); }

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

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

 span { border-color: rgb(193,117,128); }

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