#C1757A

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

Shades of Tapestry #C1757A

Tints of Tapestry #C1757A

Color information

#C1757A (or 0xC1757A) is unknown color: approx Tapestry. HEX triplet: C1, 75 and 7A. RGB value is (193,117,122). Sum of RGB (Red+Green+Blue) = 193+117+122=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757A is #3E8A85. Grayscale: #8C8C8C. Windows color (decimal): -4098694 or 8025537. OLE color: 8025537.

HSL color Cylindrical-coordinate representation of color #C1757A: hue angle of 356.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1757A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193117122-
CMYK00.390.370.24
HSL356.05º38%60.78%-
HSV(B)356.05º39.38%75.69%-
XYZ31.8725.4721.65-
YUV140.29117.68165.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=44.68%
G=27.08%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311712200.390.370.24356.053860.78
HexC1757A0272518164263d
Octal30116517204745305444675
Binary1100000111101011111010010011110010111000101100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1757A; }

 p { color: rgb(193,117,122); }

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

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

 a { background-color: rgb(193,117,122); }

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

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

 span { border-color: rgb(193,117,122); }

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