#C6617E

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

Shades of Tapestry #C6617E

Tints of Tapestry #C6617E

Color information

#C6617E (or 0xC6617E) is unknown color: approx Tapestry. HEX triplet: C6, 61 and 7E. RGB value is (198,97,126). Sum of RGB (Red+Green+Blue) = 198+97+126=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6617E is #399E81. Grayscale: #828282. Windows color (decimal): -3776130 or 8282566. OLE color: 8282566.

HSL color Cylindrical-coordinate representation of color #C6617E: hue angle of 342.77º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6617E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19897126-
CMYK00.510.360.22
HSL342.77º46.98%57.84%-
HSV(B)342.77º51.01%77.65%-
XYZ31.3322.0622.35-
YUV130.5125.46176.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=47.03%
G=23.04%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989712600.510.360.22342.7746.9857.84
HexC6617E03324161572f3a
Octal30614117606344265275772
Binary1100011011000011111110011001110010010110101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6617E; }

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

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

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

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

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

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

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

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