#C5647C

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

Shades of Tapestry #C5647C

Tints of Tapestry #C5647C

Color information

#C5647C (or 0xC5647C) is unknown color: approx Tapestry. HEX triplet: C5, 64 and 7C. RGB value is (197,100,124). Sum of RGB (Red+Green+Blue) = 197+100+124=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5647C is #3A9B83. Grayscale: #838383. Windows color (decimal): -3840900 or 8152261. OLE color: 8152261.

HSL color Cylindrical-coordinate representation of color #C5647C: hue angle of 345.15º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5647C is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197100124-
CMYK00.490.370.23
HSL345.15º45.54%58.24%-
HSV(B)345.15º49.24%77.25%-
XYZ31.2222.4421.75-
YUV131.74123.64174.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=46.79%
G=23.75%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710012400.490.370.23345.1545.5458.24
HexC5647C03125171592e3a
Octal30514417406145275315672
Binary1100010111001001111100011000110010110111101011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5647C; }

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

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

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

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

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

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

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

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