#C1647C

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

Shades of Tapestry #C1647C

Tints of Tapestry #C1647C

Color information

#C1647C (or 0xC1647C) is unknown color: approx Tapestry. HEX triplet: C1, 64 and 7C. RGB value is (193,100,124). Sum of RGB (Red+Green+Blue) = 193+100+124=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1647C is #3E9B83. Grayscale: #828282. Windows color (decimal): -4103044 or 8152257. OLE color: 8152257.

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

Color convert

RGB193100124-
CMYK00.480.360.24
HSL344.52º42.86%57.45%-
HSV(B)344.52º48.19%75.69%-
XYZ30.1921.9121.71-
YUV130.54124.31172.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=46.28%
G=23.98%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310012400.480.360.24344.5242.8657.45
HexC1647C03024181592b39
Octal30114417406044305315371
Binary1100000111001001111100011000010010011000101011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1647C; }

 p { color: rgb(193,100,124); }

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

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

 a { background-color: rgb(193,100,124); }

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

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

 span { border-color: rgb(193,100,124); }

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