#C5647D

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

Shades of Tapestry #C5647D

Tints of Tapestry #C5647D

Color information

#C5647D (or 0xC5647D) is unknown color: approx Tapestry. HEX triplet: C5, 64 and 7D. RGB value is (197,100,125). Sum of RGB (Red+Green+Blue) = 197+100+125=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5647D is #3A9B82. Grayscale: #838383. Windows color (decimal): -3840899 or 8217797. OLE color: 8217797.

HSL color Cylindrical-coordinate representation of color #C5647D: hue angle of 344.54º 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 #C5647D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197100125-
CMYK00.490.370.23
HSL344.54º45.54%58.24%-
HSV(B)344.54º49.24%77.25%-
XYZ31.2822.4722.09-
YUV131.85124.14174.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=46.68%
G=23.70%
B=29.62%

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
Decimal19710012500.490.370.23344.5445.5458.24
HexC5647D03125171592e3a
Octal30514417506145275315672
Binary1100010111001001111101011000110010110111101011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5647D; }

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

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

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

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

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

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

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

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