#C1757B

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

Shades of Tapestry #C1757B

Tints of Tapestry #C1757B

Color information

#C1757B (or 0xC1757B) is unknown color: approx Tapestry. HEX triplet: C1, 75 and 7B. RGB value is (193,117,123). Sum of RGB (Red+Green+Blue) = 193+117+123=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757B is #3E8A84. Grayscale: #8C8C8C. Windows color (decimal): -4098693 or 8091073. OLE color: 8091073.

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

Color convert

RGB193117123-
CMYK00.390.360.24
HSL355.26º38%60.78%-
HSV(B)355.26º39.38%75.69%-
XYZ31.9325.4921.98-
YUV140.41118.18165.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=44.57%
G=27.02%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311712300.390.360.24355.263860.78
HexC1757B0272418163263d
Octal30116517304744305434675
Binary1100000111101011111011010011110010011000101100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1757B; }

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

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

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

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

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

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

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

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