#C5657D

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

Shades of Tapestry #C5657D

Tints of Tapestry #C5657D

Color information

#C5657D (or 0xC5657D) is unknown color: approx Tapestry. HEX triplet: C5, 65 and 7D. RGB value is (197,101,125). Sum of RGB (Red+Green+Blue) = 197+101+125=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657D is #3A9A82. Grayscale: #848484. Windows color (decimal): -3840643 or 8218053. OLE color: 8218053.

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

Color convert

RGB197101125-
CMYK00.490.370.23
HSL345º45.28%58.43%-
HSV(B)345º48.73%77.25%-
XYZ31.3822.6622.12-
YUV132.44123.8174.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=46.57%
G=23.88%
B=29.55%

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
Decimal19710112500.490.370.2334545.2858.43
HexC5657D03125171592d3a
Octal30514517506145275315572
Binary1100010111001011111101011000110010110111101011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5657D; }

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

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

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

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

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

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

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

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