#C1718A

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

Shades of Tapestry #C1718A

Tints of Tapestry #C1718A

Color information

#C1718A (or 0xC1718A) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 8A. RGB value is (193,113,138). Sum of RGB (Red+Green+Blue) = 193+113+138=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1718A is #3E8E75. Grayscale: #8B8B8B. Windows color (decimal): -4099702 or 9073089. OLE color: 9073089.

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

Color convert

RGB193113138-
CMYK00.410.280.24
HSL341.25º39.22%60%-
HSV(B)341.25º41.45%75.69%-
XYZ32.4824.9827.15-
YUV139.77127165.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=43.47%
G=25.45%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311313800.410.280.24341.2539.2260
HexC1718A0291C18155273c
Octal30116121205134305254774
Binary1100000111100011000101001010011110011000101010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1718A; }

 p { color: rgb(193,113,138); }

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

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

 a { background-color: rgb(193,113,138); }

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

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

 span { border-color: rgb(193,113,138); }

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