#C1757F

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

Shades of Tapestry #C1757F

Tints of Tapestry #C1757F

Color information

#C1757F (or 0xC1757F) is unknown color: approx Tapestry. HEX triplet: C1, 75 and 7F. RGB value is (193,117,127). Sum of RGB (Red+Green+Blue) = 193+117+127=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757F is #3E8A80. Grayscale: #8C8C8C. Windows color (decimal): -4098689 or 8353217. OLE color: 8353217.

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

Color convert

RGB193117127-
CMYK00.390.340.24
HSL352.11º38%60.78%-
HSV(B)352.11º39.38%75.69%-
XYZ32.1825.5923.32-
YUV140.86120.18165.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 127 (50% from 255) = 29.06%
R=44.16%
G=26.77%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311712700.390.340.24352.113860.78
HexC1757F0272218160263d
Octal30116517704742305404675
Binary1100000111101011111111010011110001011000101100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1757F; }

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

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

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

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

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

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

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

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