#C1717E

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

Shades of Tapestry #C1717E

Tints of Tapestry #C1717E

Color information

#C1717E (or 0xC1717E) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 7E. RGB value is (193,113,126). Sum of RGB (Red+Green+Blue) = 193+113+126=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717E is #3E8E81. Grayscale: #8A8A8A. Windows color (decimal): -4099714 or 8286657. OLE color: 8286657.

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

Color convert

RGB193113126-
CMYK00.410.350.24
HSL350.25º39.22%60%-
HSV(B)350.25º41.45%75.69%-
XYZ31.6624.6522.83-
YUV138.4121166.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=44.68%
G=26.16%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311312600.410.350.24350.2539.2260
HexC1717E029231815e273c
Octal30116117605143305364774
Binary1100000111100011111110010100110001111000101011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1717E; }

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

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

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

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

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

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

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

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