#C1617C

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

Shades of Tapestry #C1617C

Tints of Tapestry #C1617C

Color information

#C1617C (or 0xC1617C) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 7C. RGB value is (193,97,124). Sum of RGB (Red+Green+Blue) = 193+97+124=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1617C is #3E9E83. Grayscale: #808080. Windows color (decimal): -4103812 or 8151489. OLE color: 8151489.

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

Color convert

RGB19397124-
CMYK00.500.360.24
HSL343.12º43.64%56.86%-
HSV(B)343.12º49.74%75.69%-
XYZ29.9121.3421.61-
YUV128.78125.3173.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=46.62%
G=23.43%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939712400.500.360.24343.1243.6456.86
HexC1617C03224181572c39
Octal30114117406244305275471
Binary1100000111000011111100011001010010011000101010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1617C; }

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

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

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

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

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

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

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

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