#C1717C

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

Shades of Tapestry #C1717C

Tints of Tapestry #C1717C

Color information

#C1717C (or 0xC1717C) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 7C. RGB value is (193,113,124). Sum of RGB (Red+Green+Blue) = 193+113+124=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717C is #3E8E83. Grayscale: #8A8A8A. Windows color (decimal): -4099716 or 8155585. OLE color: 8155585.

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

Color convert

RGB193113124-
CMYK00.410.360.24
HSL351.75º39.22%60%-
HSV(B)351.75º41.45%75.69%-
XYZ31.5424.622.16-
YUV138.17120167.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=44.88%
G=26.28%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311312400.410.360.24351.7539.2260
HexC1717C0292418160273c
Octal30116117405144305404774
Binary1100000111100011111100010100110010011000101100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1717C; }

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

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

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

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

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

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

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

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