#C1637F

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

Shades of Tapestry #C1637F

Tints of Tapestry #C1637F

Color information

#C1637F (or 0xC1637F) is unknown color: approx Tapestry. HEX triplet: C1, 63 and 7F. RGB value is (193,99,127). Sum of RGB (Red+Green+Blue) = 193+99+127=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1637F is #3E9C80. Grayscale: #828282. Windows color (decimal): -4103297 or 8348609. OLE color: 8348609.

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

Color convert

RGB19399127-
CMYK00.490.340.24
HSL342.13º43.12%57.25%-
HSV(B)342.13º48.7%75.69%-
XYZ30.2821.7922.69-
YUV130.3126.14172.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 127 (50% from 255) = 30.31%
R=46.06%
G=23.63%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939912700.490.340.24342.1343.1257.25
HexC1637F03122181562b39
Octal30114317706142305265371
Binary1100000111000111111111011000110001011000101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1637F; }

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

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

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

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

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

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

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

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