#C1737A

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

Shades of Tapestry #C1737A

Tints of Tapestry #C1737A

Color information

#C1737A (or 0xC1737A) is unknown color: approx Tapestry. HEX triplet: C1, 73 and 7A. RGB value is (193,115,122). Sum of RGB (Red+Green+Blue) = 193+115+122=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737A is #3E8C85. Grayscale: #8B8B8B. Windows color (decimal): -4099206 or 8025025. OLE color: 8025025.

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

Color convert

RGB193115122-
CMYK00.400.370.24
HSL354.62º38.61%60.39%-
HSV(B)354.62º40.41%75.69%-
XYZ31.642521.57-
YUV139.12118.34166.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=44.88%
G=26.74%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311512200.400.370.24354.6238.6160.39
HexC1737A0282518163273c
Octal30116317205045305434774
Binary1100000111100111111010010100010010111000101100011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1737A; }

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

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

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

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

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

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

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

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