#C1717F

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

Shades of Tapestry #C1717F

Tints of Tapestry #C1717F

Color information

#C1717F (or 0xC1717F) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 7F. RGB value is (193,113,127). Sum of RGB (Red+Green+Blue) = 193+113+127=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717F is #3E8E80. Grayscale: #8A8A8A. Windows color (decimal): -4099713 or 8352193. OLE color: 8352193.

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

Color convert

RGB193113127-
CMYK00.410.340.24
HSL349.5º39.22%60%-
HSV(B)349.5º41.45%75.69%-
XYZ31.7324.6823.17-
YUV138.52121.5166.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 127 (50% from 255) = 29.33%
R=44.57%
G=26.10%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311312700.410.340.24349.539.2260
HexC1717F029221815e273c
Octal30116117705142305364774
Binary1100000111100011111111010100110001011000101011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1717F; }

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

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

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

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

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

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

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

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