#C1737E

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

Shades of Tapestry #C1737E

Tints of Tapestry #C1737E

Color information

#C1737E (or 0xC1737E) is unknown color: approx Tapestry. HEX triplet: C1, 73 and 7E. RGB value is (193,115,126). Sum of RGB (Red+Green+Blue) = 193+115+126=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737E is #3E8C81. Grayscale: #8B8B8B. Windows color (decimal): -4099202 or 8287169. OLE color: 8287169.

HSL color Cylindrical-coordinate representation of color #C1737E: hue angle of 351.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1737E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193115126-
CMYK00.400.350.24
HSL351.54º38.61%60.39%-
HSV(B)351.54º40.41%75.69%-
XYZ31.8925.1122.9-
YUV139.58120.34166.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=44.47%
G=26.50%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311512600.400.350.24351.5438.6160.39
HexC1737E0282318160273c
Octal30116317605043305404774
Binary1100000111100111111110010100010001111000101100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1737E; }

 p { color: rgb(193,115,126); }

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

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

 a { background-color: rgb(193,115,126); }

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

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

 span { border-color: rgb(193,115,126); }

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