#C5657E

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

Shades of Tapestry #C5657E

Tints of Tapestry #C5657E

Color information

#C5657E (or 0xC5657E) is unknown color: approx Tapestry. HEX triplet: C5, 65 and 7E. RGB value is (197,101,126). Sum of RGB (Red+Green+Blue) = 197+101+126=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657E is #3A9A81. Grayscale: #848484. Windows color (decimal): -3840642 or 8283589. OLE color: 8283589.

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

Color convert

RGB197101126-
CMYK00.490.360.23
HSL344.38º45.28%58.43%-
HSV(B)344.38º48.73%77.25%-
XYZ31.4522.6822.46-
YUV132.55124.3173.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=46.46%
G=23.82%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710112600.490.360.23344.3845.2858.43
HexC5657E03124171582d3a
Octal30514517606144275305572
Binary1100010111001011111110011000110010010111101011000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5657E; }

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

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

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

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

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

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

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

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