#C1617E

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

Shades of Tapestry #C1617E

Tints of Tapestry #C1617E

Color information

#C1617E (or 0xC1617E) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 7E. RGB value is (193,97,126). Sum of RGB (Red+Green+Blue) = 193+97+126=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1617E is #3E9E81. Grayscale: #808080. Windows color (decimal): -4103810 or 8282561. OLE color: 8282561.

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

Color convert

RGB19397126-
CMYK00.500.350.24
HSL341.88º43.64%56.86%-
HSV(B)341.88º49.74%75.69%-
XYZ30.0321.3922.29-
YUV129.01126.3173.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=46.39%
G=23.32%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939712600.500.350.24341.8843.6456.86
HexC1617E03223181562c39
Octal30114117606243305265471
Binary1100000111000011111110011001010001111000101010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1617E; }

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

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

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

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

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

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

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

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