#C1747E

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

Shades of Tapestry #C1747E

Tints of Tapestry #C1747E

Color information

#C1747E (or 0xC1747E) is unknown color: approx Tapestry. HEX triplet: C1, 74 and 7E. RGB value is (193,116,126). Sum of RGB (Red+Green+Blue) = 193+116+126=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1747E is #3E8B81. Grayscale: #8C8C8C. Windows color (decimal): -4098946 or 8287425. OLE color: 8287425.

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

Color convert

RGB193116126-
CMYK00.400.350.24
HSL352.21º38.31%60.59%-
HSV(B)352.21º39.9%75.69%-
XYZ3225.3322.94-
YUV140.16120.01165.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=44.37%
G=26.67%
B=28.97%

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
Decimal19311612600.400.350.24352.2138.3160.59
HexC1747E0282318160263d
Octal30116417605043305404675
Binary1100000111101001111110010100010001111000101100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1747E; }

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

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

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

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

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

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

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

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