#C1717D

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

Shades of Tapestry #C1717D

Tints of Tapestry #C1717D

Color information

#C1717D (or 0xC1717D) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 7D. RGB value is (193,113,125). Sum of RGB (Red+Green+Blue) = 193+113+125=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717D is #3E8E82. Grayscale: #8A8A8A. Windows color (decimal): -4099715 or 8221121. OLE color: 8221121.

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

Color convert

RGB193113125-
CMYK00.410.350.24
HSL351º39.22%60%-
HSV(B)351º41.45%75.69%-
XYZ31.624.6322.49-
YUV138.29120.5167.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=44.78%
G=26.22%
B=29.00%

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
Decimal19311312500.410.350.2435139.2260
HexC1717D029231815f273c
Octal30116117505143305374774
Binary1100000111100011111101010100110001111000101011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1717D; }

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

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

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

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

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

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

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

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