#C1718B

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

Shades of Tapestry #C1718B

Tints of Tapestry #C1718B

Color information

#C1718B (or 0xC1718B) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 8B. RGB value is (193,113,139). Sum of RGB (Red+Green+Blue) = 193+113+139=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1718B is #3E8E74. Grayscale: #8B8B8B. Windows color (decimal): -4099701 or 9138625. OLE color: 9138625.

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

Color convert

RGB193113139-
CMYK00.410.280.24
HSL340.5º39.22%60%-
HSV(B)340.5º41.45%75.69%-
XYZ32.5625.0127.54-
YUV139.88127.5165.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=43.37%
G=25.39%
B=31.24%

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
Decimal19311313900.410.280.24340.539.2260
HexC1718B0291C18154273c
Octal30116121305134305244774
Binary1100000111100011000101101010011110011000101010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1718B; }

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

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

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

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

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

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

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

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