#C1637E

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

Shades of Tapestry #C1637E

Tints of Tapestry #C1637E

Color information

#C1637E (or 0xC1637E) is unknown color: approx Tapestry. HEX triplet: C1, 63 and 7E. RGB value is (193,99,126). Sum of RGB (Red+Green+Blue) = 193+99+126=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1637E is #3E9C81. Grayscale: #828282. Windows color (decimal): -4103298 or 8283073. OLE color: 8283073.

HSL color Cylindrical-coordinate representation of color #C1637E: hue angle of 342.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1637E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19399126-
CMYK00.490.350.24
HSL342.77º43.12%57.25%-
HSV(B)342.77º48.7%75.69%-
XYZ30.2221.7722.35-
YUV130.18125.64172.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=46.17%
G=23.68%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939912600.490.350.24342.7743.1257.25
HexC1637E03123181572b39
Octal30114317606143305275371
Binary1100000111000111111110011000110001111000101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1637E; }

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

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

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

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

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

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

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

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